VcIdentitySources
                                VcIdentitySources                            
                            Represents embedded Identity Sources and its attributes.
JSON Example
                                    {
    "domainNames": [
        "string"
    ],
    "ldap": {
        "domainAlias": "string",
        "domainName": "string",
        "sourceDetails": {
            "certChain": [
                "string"
            ],
            "groupsBaseDn": "string",
            "serverEndpoints": [
                "string"
            ],
            "usersBaseDn": "string"
        },
        "type": "string",
        "username": "string"
    },
    "name": "string",
    "type": "string"
}
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                domainNames            
                            Optional
            
            
        The Domains of the Identity Source
            
            
                                    string
                
                
            
        
        
                name            
                            Optional
            
            
        Name of the Identity Source.
            
            
                                    string
                
                
            
        
        
                type            
                            Optional
            
            
        Type of the Identity Source.
