IdpRegistrationMinDetailsDto

IdpRegistrationMinDetailsDto
IdpRegistrationMinDetailsDto

Basic Idp Registration Details

JSON Example
{
    "idpDisplayName": "VMware, Inc",
    "idpDomains": [
        "string"
    ],
    "idpId": "string"
}
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

The identifier of the identity provider.