Identity Provider API, REST: Synchronization.ListSupportedAttributes
Lists supported attributes for synchronization.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/idp/synchronization-supported-attributes
Query parameters
Request to list supported attributes.
|
Field |
Description |
|
flavor |
enum (AttributesFlavor) Required field. Flavor of attributes to list.
|
Response
HTTP Code: 200 - OK
{
"userSupportedAttributes": [
{
"targetAttribute": "string",
"sourceAttributes": [
{
"type": "string",
"attributes": [
"string"
]
}
]
}
],
"groupSupportedAttributes": [
{
"targetAttribute": "string",
"sourceAttributes": [
{
"type": "string",
"attributes": [
"string"
]
}
]
}
]
}
Response message for SynchronizationService.ListSupportedAttributes.
|
Field |
Description |
|
userSupportedAttributes[] |
List of supported user attributes. |
|
groupSupportedAttributes[] |
List of supported group attributes. |
UserSupportedAttribute
Supported user attribute configuration.
|
Field |
Description |
|
targetAttribute |
enum (UserTargetAttribute) Target attribute to map to.
|
|
sourceAttributes[] |
List of source attribute configurations. |
SourceAttributes
Source attribute configuration.
|
Field |
Description |
|
type |
enum (MappingType) Type of mapping.
|
|
attributes[] |
string List of source attribute names. Empty for EMPTY type. |
GroupSupportedAttribute
Supported group attribute configuration.
|
Field |
Description |
|
targetAttribute |
enum (GroupTargetAttribute) Target attribute to map to.
|
|
sourceAttributes[] |
List of source attribute configurations. |