interface ListAclResponse {
    acls: Acl[];
    totalCount: number;
}

Properties

Properties

acls: Acl[]

List of ACL objects.

totalCount: number

The total number of objects.