CredentialsSubTask
CredentialsSubTask
Represents the credentials sub-task in the system
JSON Example
{
"id": "string",
"resourceName": "string",
"name": "string",
"description": "string",
"creationTimestamp": "string",
"status": "One among: PENDING, IN_PROGRESS, SUCCESSFUL, FAILED, USER_CANCELLED, INCONSISTENT",
"dependentSubTasks": [
"CredentialsSubTask Object"
],
"errors": [
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
],
"oldPassword": "string",
"newPassword": "string",
"entityType": "string",
"username": "string",
"credentialType": "string"
}
string
id
Optional
Credential sub-task ID
string
resourceName
Optional
Resource name
string
name
Required
Credential sub-task name
string
description
Required
Credential sub-task description
string
creationTimestamp
Required
Credential sub-task creation timestamp
string
status
Required
Credential sub-task status
array of CredentialsSubTask
dependentSubTasks
Optional
List of dependent sub-tasks of the credential sub-task
string
oldPassword
Optional
Credential sub-task old password
string
newPassword
Optional
Credential sub-task new password
string
entityType
Optional
Credential sub-task entity type
string
username
Optional
Credential sub-task username
string
credentialType
Optional
Credential sub-task credential type