vcenter svcaccountmgmt password: change spec
The
change_spec
structure contains information that is required to change a service account password. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"old_password" : "secret string",
"account_name" : "string"
}
"old_password" : "secret string",
"account_name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
account_name | string | service account name. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
old_password | secret | current password. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |