auth-sources
auth-sources
Represents the collection of Authentication Sources currently configured in vRealize Operations Manager.
JSON Example
{
"sources": [
{
"certificates": [
{
"certificateDetails": "string",
"expires": "string",
"issuedBy": "string",
"issuedTo": "string",
"thumbprint": "string"
}
],
"created": 0,
"id": "string",
"lastModified": 0,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"property": [
{
"name": "string",
"value": "string"
}
],
"sourceType": {
"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
}
]
}
}
}
]
}
array of auth-source
sources
Optional
Collection of Authentication Sources configured in vRealize Operations Manager