auth-sourcetypes

auth-sourcetypes
auth-sourcetypes

Represents the collection of authentication source types currently supported by VCOps.

JSON Example
{
    "sourceTypes": [
        {
            "description": "string",
            "id": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "properties": {
                "property": [
                    {
                        "dataType": "string",
                        "description": "string",
                        "modifiable": false,
                        "name": "string",
                        "required": false
                    }
                ]
            }
        }
    ]
}
sourceTypes
Optional

Sequence of authentication source types supported by vROps