interface ListInstanceACLRulesResponse {
    rules: RDB.v1.ACLRule[];
    totalCount: number;
}

Properties

Properties

rules: RDB.v1.ACLRule[]

List of ACL rules present on a Database Instance.

totalCount: number

Total count of ACL rules present on a Database Instance.