CDP SDK TypeScript - v1.31.0
    Preparing search index...

    The result of listing policies.

    interface ListPoliciesResult {
        policies: Policy[];
        nextPageToken?: string;
    }
    Index

    Properties

    policies: Policy[]

    The list of policies matching the query parameters.

    nextPageToken?: string

    The next page token to paginate through the policies. If undefined, there are no more policies to paginate through.