InlinePasswordPolicyTaskSummary1
InlinePasswordPolicyTaskSummary1
JSON Example
{
"createdAt": 0,
"errorMessage": "string",
"policyName": "string",
"taskStatus": "string",
"updatedAt": 0
}
integer As int64
As int64
createdAt
Optional
Task creation time as epoch milliseconds
string
errorMessage
Optional
When taskStatus is FAILED, orchestration error message (not the error from the VCF components, but application exceptions)
string
policyName
Optional
Password policy display name at task creation (persisted with the task)
string
taskStatus
Optional
Policy operations task status
Enumeration:
IN_PROGRESS,
COMPLETED,
FAILED,
UNKNOWN
integer As int64
As int64
updatedAt
Optional
Task last update time as epoch milliseconds