VcenterSettingsV1ConfigComponentsApplmgmtUserAccountSettings

This UserAccountSettings structure to set/get user account settings.


Properties

local_accounts_policy Optional

The localAccountsPolicy service provides operations to manage local user accounts. Only set if Password Policy is set to manage local user accounts.


root_account_policy Optional

The LocalAccounts service provides operations to manage local user account.

JSON Example

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

Feedback

Was this page helpful?