[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Patch Org IDP Mapping
DescriptionPatch the IDP tenant domain associated to the mapping
Request
URLURL
https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map/{orgId}
Path Parameters
Path Parameters
string
orgId
Required
Request Body
Request Body
OrgIdpPatchRequest
of mimetype application/json
Required
{
"idpTenantDomain": "string"
}
string
idpTenantDomain
Required
Response
Response
Response BodyResponse Body
200 OK
Returns
OrgIdpMappingResponse
of type */*
{
"createdAt": "string",
"displayName": "string",
"domains": [
"string"
],
"idpTenantDomain": "string",
"idpTenantId": "string",
"idpType": "string",
"orgIds": [
"string"
],
"updatedAt": "string"
}
string as date-time
createdAt
Optional
string
displayName
Optional
array of
string
domains
Optional
string
idpTenantDomain
Optional
string
idpTenantId
Optional
string
idpType
Optional
array of
string
orgIds
Optional
string as date-time
updatedAt
Optional
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{"idpTenantDomain":"string"}' https://cloud.vmwarehorizon.com/auth/v1/admin/org-idp-map/{orgId}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Auth Operations
get
delete
delete
post
get
get
get
get
post
post
patch
post
post