account
Host account rotation details
accountstringrequired
username
last_rotatedstring<date-time>
When last successful rotation. Added by backend
Example:
2017-01-01T15:05:05Z
last_errorstring<date-time>
When last rotation error. Added by backend
Example:
2017-01-01T15:05:05Z
last_error_detailsstring
Last rotation error details. Added by backend
initial_passwordstring
initial password to store in vault to start rotation
account
{
"account": "string",
"last_rotated": "2017-01-01T15:05:05Z",
"last_error": "2017-01-01T15:05:05Z",
"last_error_details": "string",
"initial_password": "string"
}