Security
List roles
List roles. Optional: filter based on role name and principal.
get/v1/roles
Query parameters
filter.name_prefixstring
Filter results only roles named with the prefix.
filter.name_containsstring
Filter results to only roles with names which contain the string.
filter.principalstring
Return only roles assigned to this principal.
page_sizeinteger
Page size.
page_tokenstring
Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.
Response
OK