interface ListSessionACLsResponse {
    acls: SessionAccess[];
    totalCount: number;
}

Properties

Properties

totalCount: number