[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
OrgIdpMapping
Properties
string
idpType
Required
idp type
Possible values are: AZURE , WS1A , WS1A_ONPREM
array of
string
orgIds
Required
List of Org Ids
array of
string
domains
Required
List of domains
string
id
Optional
string
idpTenantDomain
Optional
IDP tenant domain/Tenant Alias
string
idpTenantId
Optional
idp tenant id
string as date-time
createdAt
Optional
Time when the idp mapping was done
string
displayName
Optional
display name
string as date-time
updatedAt
Optional
Time when the idp mapping was updated
JSON Example
{
"domains": [
"example.local/example.com"
],
"idpType": "AZURE",
"orgIds": [
"2434o3po4p3u"
]
}