VcIdentitySources

VcIdentitySources
VcIdentitySources

Represents embedded Identity Sources and its attributes.

JSON Example
{
    "name": "string",
    "type": "string",
    "domainNames": [
        "string"
    ],
    "ldap": {
        "type": "string",
        "domainName": "string",
        "domainAlias": "string",
        "username": "string",
        "sourceDetails": {
            "usersBaseDn": "string",
            "groupsBaseDn": "string",
            "certChain": [
                "string"
            ],
            "serverEndpoints": [
                "string"
            ]
        }
    }
}
string
name
Read-Only

Name of the Identity Source.

string
type
Read-Only

Type of the Identity Source.

array of string
domainNames
Read-Only

The Domains of the Identity Source

ldap
Read-Only

Represents Identity management configuration when the protocol is LDAP

Property Of