[{"label":"Latest (v1.0)","version":"latest"}]
csp
IdpRegistrationMinDetailsDto
Basic Idp Registration Details
Properties
string
idpDisplayName
Optional
The display name for this identity provider (IdP) registration.
array of
string
idpDomains
Optional
A set of domains of the identity provider (IdP) registration. It should be the domain name used in the email address for a set of users. It can only contain alphanumeric characters, ‘.’, ‘-’, ‘_’, or ‘~’ and it is case-insensitive.
string
idpId
Optional
JSON Example
{
"idpDisplayName": "VMware, Inc",
"idpDomains": [
"string"
],
"idpId": "string"
}