CDP SDK TypeScript - v1.31.0
    Preparing search index...
    interface ListPoliciesOptions {
        pageSize?: number;
        pageToken?: string;
        scope?: "project" | "account";
    }
    Index

    Properties

    pageSize?: number

    The page size to paginate through the accounts.

    pageToken?: string

    The page token to paginate through the accounts.

    scope?: "project" | "account"

    The scope of the policies to return. If project, the response will include exactly one policy, which is the project-level policy. If account, the response will include all account-level policies for the developer's CDP Project.