ListPoliciesRequest: {
    applicationIds?: string[];
    editable?: boolean;
    groupIds?: string[];
    noPrincipal?: boolean;
    orderBy?: ListPoliciesRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    policyIds?: string[];
    policyName?: string;
    tag?: string;
    userIds?: string[];
}

Type declaration

  • OptionalapplicationIds?: string[]

    Filter by a list of application IDs.

  • Optionaleditable?: boolean

    Defines whether or not filter out editable policies.

  • OptionalgroupIds?: string[]

    Defines whether or not to filter by list of group IDs.

  • OptionalnoPrincipal?: boolean

    Defines whether or not the policy is attributed to a principal.

  • OptionalorderBy?: ListPoliciesRequestOrderBy

    Criteria for sorting results.

  • OptionalorganizationId?: string

    ID of the Organization to filter.

  • Optionalpage?: number

    Page number. Value must be greater than 1.

  • OptionalpageSize?: number

    Number of results per page. Value must be between 1 and 100.

  • OptionalpolicyIds?: string[]

    Filter by a list of IDs.

  • OptionalpolicyName?: string

    Name of the policy to fetch.

  • Optionaltag?: string

    Filter by tags containing a given string.

  • OptionaluserIds?: string[]

    Defines whether or not to filter by list of user IDs.