auth-sourcetype

auth-sourcetype
auth-sourcetype

This object represents the type of external authentication source supported by VMware Cloud Foundation Operations.

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

The identifier of the source type.

string
name
Required

The name of the source type.

string
description
Optional

Description about the authentication source type.

array of link
links
Optional

links

properties
Optional

Represents a collection of auth source type properties