diagram | |||
namespace | http://www.cisco.com/AXL/API/15.0 | ||
children | name failedLogon resetFailedLogonAttempts lockoutDuration credChangeDuration credExpiresAfter minCredLength prevCredStoredNum inactiveDaysAllowed expiryWarningDays trivialCredCheck minCharsToChange | ||
used by |
|
||
source | <xsd:complexType name="XCredentialPolicy"> <xsd:sequence minOccurs="0"> <xsd:element name="name" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="failedLogon" type="axlapi:XInteger" default="3" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Failed logon must be a number in the range 0 to 100. If 0 is entered, NoLimitForFailedLogon is true</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="resetFailedLogonAttempts" type="axlapi:XInteger" default="30" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Reset Failed logon attempts must be a number in the range 1 to 120. (minutes)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="lockoutDuration" type="axlapi:XInteger" default="30" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Lockout duration must be a number in the range 0 to 1440. (minutes), If 0 is entered then Administrator Must Unlock is true.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="credChangeDuration" type="axlapi:XInteger" default="0" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Credential change duration must be a number in the range 0 to 129600. (minutes)</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="credExpiresAfter" type="axlapi:XInteger" default="180" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Credential expires after must be a number in the range 0 to 365. (Days). If 0 is entered, then neverExpires is true</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="minCredLength" type="axlapi:XInteger" default="8" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Minimum credential length must be a number in the range 0 to 64.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="prevCredStoredNum" type="axlapi:XInteger" default="12" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Stored number of previous credentials must be a number in the range 0 to 25.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="inactiveDaysAllowed" type="axlapi:XInteger" default="0" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Inactive days allowed must be a number in the range 0 to 5000.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="expiryWarningDays" type="axlapi:XInteger" default="0" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Expiry warning days must be a number in the range 0 to 90.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="trivialCredCheck" type="axlapi:boolean" default="true" nillable="false" minOccurs="1" maxOccurs="1"/> <xsd:element name="minCharsToChange" type="axlapi:XInteger" default="1" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Minimum Character Change difference between the old and new password.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
diagram | |||||||
type | axlapi:String255 | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="name" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="failedLogon" type="axlapi:XInteger" default="3" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Failed logon must be a number in the range 0 to 100. If 0 is entered, NoLimitForFailedLogon is true</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="resetFailedLogonAttempts" type="axlapi:XInteger" default="30" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Reset Failed logon attempts must be a number in the range 1 to 120. (minutes)</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="lockoutDuration" type="axlapi:XInteger" default="30" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Lockout duration must be a number in the range 0 to 1440. (minutes), If 0 is entered then Administrator Must Unlock is true.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="credChangeDuration" type="axlapi:XInteger" default="0" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Credential change duration must be a number in the range 0 to 129600. (minutes)</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="credExpiresAfter" type="axlapi:XInteger" default="180" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Credential expires after must be a number in the range 0 to 365. (Days). If 0 is entered, then neverExpires is true</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="minCredLength" type="axlapi:XInteger" default="8" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Minimum credential length must be a number in the range 0 to 64.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="prevCredStoredNum" type="axlapi:XInteger" default="12" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Stored number of previous credentials must be a number in the range 0 to 25.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="inactiveDaysAllowed" type="axlapi:XInteger" default="0" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Inactive days allowed must be a number in the range 0 to 5000.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="expiryWarningDays" type="axlapi:XInteger" default="0" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Expiry warning days must be a number in the range 0 to 90.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:element name="trivialCredCheck" type="axlapi:boolean" default="true" nillable="false" minOccurs="1" maxOccurs="1"/> |
diagram | |||||||
type | axlapi:XInteger | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xsd:element name="minCharsToChange" type="axlapi:XInteger" default="1" nillable="false" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation>Minimum Character Change difference between the old and new password.</xsd:documentation> </xsd:annotation> </xsd:element> |