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, NSXT_MANAGER, NSXT_EDGE, NSX_ALB, BACKUP, HCX_MANAGER, VSP",
        "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"
            },
            "notifications": [
                {
                    "severity": "string",
                    "message": "string",
                    "remediations": [
                        {
                            "message": "string",
                            "link": "string"
                        }
                    ],
                    "impactMessage": "string"
                }
            ],
            "message": "string",
            "remediationMessage": "string",
            "causes": [
                {
                    "type": "string",
                    "message": "string"
                }
            ],
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "label": "string",
            "remediationUrl": "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