Update Broker Directory
VMware Identity Services API to update a directory with a specific id.
Id of the directory.
TENANT
{
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
},
"id": "string",
"name": "string",
"domains": [
"string"
],
"default_domain": "string",
"source": "AZURE",
"type": "PROVISIONED",
"delete_in_progress": false
}
The resource HATEOAS links. Usually includes a "self" link for this resource
Uniquely identifies the directory in APIs
User provided directory name. This must be unique. The allowed symbols are letters, digits (0-9), space and -_.
List of directory domain names.
The default domain name that is used when the domain name is not synced from the external directory. Must be one of the list of domain names. Note that the field is not returned in list directories API.
The type of the directory source
The directory type
If true, the directory is marked for deletion and it will be deleted soon.
Directory is updated.
{
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
},
"id": "string",
"name": "string",
"domains": [
"string"
],
"default_domain": "string",
"source": "AZURE",
"type": "PROVISIONED",
"delete_in_progress": false
}
The resource HATEOAS links. Usually includes a "self" link for this resource
Uniquely identifies the directory in APIs
User provided directory name. This must be unique. The allowed symbols are letters, digits (0-9), space and -_.
List of directory domain names.
The default domain name that is used when the domain name is not synced from the external directory. Must be one of the list of domain names. Note that the field is not returned in list directories API.
The type of the directory source
The directory type
If true, the directory is marked for deletion and it will be deleted soon.
The directory input is invalid.
Unauthorized to update the directory.
Forbidden to read the directory.
The directory was not found in the system.
The directory or domain name already exists, no Sync Client Configurations was found for the directory, or more than one Sync Client Configurations was found for the directory.