interface ListPoliciesResponse {
    policies: Policy[];
    totalCount: number;
}

Properties

Properties

policies: Policy[]

List of policies.

totalCount: number

Total count of policies.