CredentialExpirationCheck

CredentialExpirationCheck
CredentialExpirationCheck

Represents credential expiration check details

JSON Example
{
    "id": "string",
    "username": "string",
    "resource": {
        "resourceId": "string",
        "resourceName": "string",
        "resourceIp": "string",
        "resourceType": "One among: ESXI, VCENTER, PSC, NSX_MANAGER, NSX_CONTROLLER, NSX_EDGE, NSXT_MANAGER, NSXT_EDGE, VRLI, VROPS, VRA, WSA, VRSLCM, VXRAIL_MANAGER, NSX_ALB, BACKUP",
        "domainNames": [
            "string"
        ],
        "domainName": "string"
    },
    "expiry": {
        "expiryDate": "string",
        "lastCheckedDate": "string",
        "connectivityStatus": "One among: ACTIVE, ERROR, UNKNOWN",
        "status": "One among: ACTIVE, EXPIRING, EXPIRED, UNKNOWN",
        "connectivityErrorDetails": {
            "errorCode": "string",
            "arguments": [
                "string"
            ],
            "errorMessage": "string",
            "remediationMessage": "string",
            "referenceToken": "string"
        }
    },
    "errors": [
        {
            "errorCode": "string",
            "errorType": "string",
            "arguments": [
                "string"
            ],
            "context": {
                "context": "string"
            },
            "message": "string",
            "remediationMessage": "string",
            "causes": [
                {
                    "type": "string",
                    "message": "string"
                }
            ],
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string"
        }
    ],
    "creationTimestamp": "string",
    "completionTimestamp": "string"
}
string
id
Read-Only

Credential ID

string
username
Read-Only

Username

resource
Read-Only

Represents the credential resource in the system

expiry
Read-Only

Represents expiration details of the credential

array of Error
errors
Read-Only

List of errors in case of a failure

string
creationTimestamp
Read-Only

Creation timestamp

string
completionTimestamp
Read-Only

Completion timestamp