OrgPasswordPolicySettingsType

Element:
OrgPasswordPolicySettings
Type:
OrgPasswordPolicySettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents password policy settings for this organization.
Since:
1.5
Schema:
vCloudEntities.xsd
Media type(s):
application/vnd.vmware.admin.organizationPasswordPolicySettings+xml
application/vnd.vmware.admin.organizationPasswordPolicySettings+json
Extends:
ResourceType
XML Representation:
<OrgPasswordPolicySettings xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <AccountLockoutEnabled> xs:boolean </AccountLockoutEnabled>
    <InvalidLoginsBeforeLockout> xs:int </InvalidLoginsBeforeLockout>
    <AccountLockoutIntervalMinutes> xs:int </AccountLockoutIntervalMinutes>
</OrgPasswordPolicySettings>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 1.5 The URI of the entity.
type string No always 1.5 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
AccountLockoutEnabled boolean Yes always 1.5 Set to true to enable account lockout for logins to this organization.
AccountLockoutIntervalMinutes int Yes always 1.5 Number of minutes an account that is locked out will remain locked.
InvalidLoginsBeforeLockout int Yes always 1.5 Number of invalid login attempts that will trigger account lockout.
Link LinkType No none 1.5 A reference to an entity or operation associated with this object.
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.

Operations

CRUD Operation Description Since Deprecated
read GET /admin/org/{id}/settings/passwordPolicy Retrieve organization password policy settings. 1.5
update PUT /admin/org/{id}/settings/passwordPolicy Update organization password policy settings. 1.5