interface ListRulesResponse {
    rules: Rule[];
    totalCount: number;
}

Properties

Properties

rules: Rule[]

Rules of the policy.

totalCount: number

Total count of rules.