auth-sources

auth-sources
auth-sources

Represents the collection of Authentication Sources
currently configured in VMware Cloud Foundation Operations.

JSON Example
{
    "sources": [
        {
            "id": "string",
            "name": "string",
            "sourceType": {
                "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
                        }
                    ]
                }
            },
            "created": 0,
            "lastModified": 0,
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "name": "string",
                    "description": "string"
                }
            ],
            "property": [
                {
                    "name": "string",
                    "value": "string"
                }
            ],
            "certificates": [
                {
                    "thumbprint": "string",
                    "certificateDetails": "string",
                    "certificate": "string",
                    "issuedTo": "string",
                    "issuedBy": "string",
                    "expires": "string"
                }
            ]
        }
    ]
}
array of auth-source
sources
Optional

Collection of Authentication Sources configured in VMware Cloud Foundation Operations

Returned By