appliance local accounts policy: info

The info structure defines the global password policy. This structure was added in vSphere API 6.7

Representation:

{
    "max_days"1,
    "min_days"1,
    "warn_days"1
}

Attributes:

Name Type Description
Optional
max_days long Maximum number of days a password may be used. If the password is older than this, a password change will be forced. This attribute was added in vSphere API 6.7

Optional. If unset then the restriction will be ignored.

min_days long Minimum number of days allowed between password changes. Any password changes attempted sooner than this will be rejected. This attribute was added in vSphere API 6.7

Optional. If unset then the restriction will be ignored.

warn_days long Number of days warning given before a password expires. A zero means warning is given only upon the day of expiration. This attribute was added in vSphere API 6.7

Optional. If unset then no warning will be provided.