Vcenter_Settings_V1_Config_Components_Applmgmt_UserAccountSettings

Vcenter_Settings_V1_Config_Components_Applmgmt_UserAccountSettings
Vcenter_Settings_V1_Config_Components_Applmgmt_UserAccountSettings

This UserAccountSettings structure to set/get user account settings.

JSON Example
{
    "local_accounts_policy": {
        "max_days": 0,
        "min_days": 0,
        "warn_days": 0
    },
    "root_account_policy": {
        "fullname": "string",
        "roles": [
            "string"
        ],
        "enabled": false,
        "has_password": false,
        "min_days_between_password_change": 0,
        "max_days_between_password_change": 0,
        "warn_days_before_password_expiration": 0,
        "password": "string",
        "email": "string"
    }
}
local_accounts_policy
Optional

The LocalAccountsPolicy service provides operations to manage local user accounts password lifecycle.

root_account_policy
Optional

The LocalAccounts service provides operations to manage local user account.