interface ListInstanceACLRulesResponse {
    rules: DocumentDB.v1beta1.ACLRule[];
    totalCount: number;
}

Properties

Properties

List of ACL rules present on a Database Instance.

totalCount: number

Total count of ACL rules present on a Database Instance.