SAML Application API, gRPC: ApplicationService.ListSupportedAttributeValues
Written by
Updated at October 30, 2025
Returns the list of supported attribute values for SAML applications.
gRPC request
rpc ListSupportedAttributeValues (ListSupportedAttributeValuesRequest) returns (ListSupportedAttributeValuesResponse)
ListSupportedAttributeValuesRequest
{}
Request to list supported attribute values for SAML applications.
|
Field |
Description |
|
Empty |
|
ListSupportedAttributeValuesResponse
{
"supported_attribute_values": [
{
"value": "string"
}
]
}
Response message for ApplicationService.ListSupportedAttributeValues.
|
Field |
Description |
|
supported_attribute_values[] |
List of supported attribute values. |
SupportedAttributeValue
A supported attribute value for SAML applications.
|
Field |
Description |
|
value |
string The attribute value. |