CredentialsValidation
CredentialsValidation
Represents a validation with a list of one or more validation checks that are performed as part of the validation
JSON Example
{
"description": "string",
"executionStatus": "One among: COMPLETED, FAILED, IN_PROGRESS",
"id": "string",
"validationChecks": [
{
"credentialType": "One among: SSO, SSH, API, FTP, AUDIT",
"description": "string",
"errors": [
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
],
"passwordDetails": {
"expiryDataRetrievalStatus": "One among: SUCCEEDED, NO_DATA_AVAILABLE",
"numberOfDaysToExpiry": 0,
"validityStatus": "One among: VALID, INVALID"
},
"resourceId": "string",
"resourceName": "string",
"resourceType": "One among: ESXI, VCENTER, PSC, NSX_MANAGER, NSX_CONTROLLER, NSX_EDGE, NSXT_MANAGER, NSXT_EDGE, VRLI, VROPS, VRA, WSA, VRSLCM, VXRAIL_MANAGER, BACKUP",
"resultStatus": "One among: SUCCEEDED, FAILED",
"username": "string"
}
]
}
string
description
Optional
Description of the validation
string
executionStatus
Optional
Execution status of the validation
string
id
Optional
ID of the validation
array of CredentialValidationCheck
validationChecks
Optional
List of one or more validation checks that are performed as part of the validation