GraphQL OBJECT
PrivilegeSetSearchResult
Contains a list of privilege sets.
link Definition
- type PrivilegeSetSearchResult {
- # totalCount.
- : Int
- # List of results that match the search parameters.
- : [PrivilegeSetSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }