SAML Application API, REST: Application.ListSupportedAttributeValues
Статья создана
Обновлена 30 октября 2025 г.
Returns the list of supported attribute values for SAML applications.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/idp/application/saml/applications:listSupportedAttributeValues
Response
HTTP Code: 200 - OK
{
"supportedAttributeValues": [
{
"value": "string"
}
]
}
Response message for ApplicationService.ListSupportedAttributeValues.
|
Field |
Description |
|
supportedAttributeValues[] |
List of supported attribute values. |
SupportedAttributeValue
A supported attribute value for SAML applications.
|
Field |
Description |
|
value |
string The attribute value. |