interface ListPermissionSetsResponse {
    permissionSets: PermissionSet[];
    totalCount: number;
}

Properties

permissionSets: PermissionSet[]

List of permission sets.

totalCount: number

Total count of permission sets.