interface ListPoliciesOptions {
    pageSize?: number;
    pageToken?: string;
    scope?: "project" | "account";
}

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.