complexType XCredentialPolicy
diagram AXLSoap_p18342.png
namespace http://www.cisco.com/AXL/API/15.0
children name failedLogon resetFailedLogonAttempts lockoutDuration credChangeDuration credExpiresAfter minCredLength prevCredStoredNum inactiveDaysAllowed expiryWarningDays trivialCredCheck minCharsToChange
used by
element AddCredentialPolicyReq/credentialPolicy
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>

element XCredentialPolicy/name
diagram AXLSoap_p18343.png
type axlapi:String255
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="name" type="axlapi:String255" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCredentialPolicy/failedLogon
diagram AXLSoap_p18344.png
type axlapi:XInteger
properties
content simple
default 3
nillable false
annotation
documentation
Failed logon must be a number in the range 0 to 100. If 0 is entered, NoLimitForFailedLogon is true
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>

element XCredentialPolicy/resetFailedLogonAttempts
diagram AXLSoap_p18345.png
type axlapi:XInteger
properties
content simple
default 30
nillable false
annotation
documentation
Reset Failed logon attempts must be a number in the range 1 to 120. (minutes)
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>

element XCredentialPolicy/lockoutDuration
diagram AXLSoap_p18346.png
type axlapi:XInteger
properties
content simple
default 30
nillable false
annotation
documentation
Lockout duration must be a number in the range 0 to 1440. (minutes), If 0 is entered then Administrator Must Unlock is true.
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>

element XCredentialPolicy/credChangeDuration
diagram AXLSoap_p18347.png
type axlapi:XInteger
properties
content simple
default 0
nillable false
annotation
documentation
Credential change duration must be a number in the range 0 to 129600. (minutes)
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>

element XCredentialPolicy/credExpiresAfter
diagram AXLSoap_p18348.png
type axlapi:XInteger
properties
content simple
default 180
nillable false
annotation
documentation
Credential expires after must be a number in the range 0 to 365. (Days). If 0 is entered, then neverExpires is true
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>

element XCredentialPolicy/minCredLength
diagram AXLSoap_p18349.png
type axlapi:XInteger
properties
content simple
default 8
nillable false
annotation
documentation
Minimum credential length must be a number in the range 0 to 64.
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>

element XCredentialPolicy/prevCredStoredNum
diagram AXLSoap_p18350.png
type axlapi:XInteger
properties
content simple
default 12
nillable false
annotation
documentation
Stored number of previous credentials must be a number in the range 0 to 25.
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>

element XCredentialPolicy/inactiveDaysAllowed
diagram AXLSoap_p18351.png
type axlapi:XInteger
properties
content simple
default 0
nillable false
annotation
documentation
Inactive days allowed must be a number in the range 0 to 5000.
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>

element XCredentialPolicy/expiryWarningDays
diagram AXLSoap_p18352.png
type axlapi:XInteger
properties
content simple
default 0
nillable false
annotation
documentation
Expiry warning days must be a number in the range 0 to 90.
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>

element XCredentialPolicy/trivialCredCheck
diagram AXLSoap_p18353.png
type axlapi:boolean
properties
content simple
default true
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="trivialCredCheck" type="axlapi:boolean" default="true" nillable="false" minOccurs="1" maxOccurs="1"/>

element XCredentialPolicy/minCharsToChange
diagram AXLSoap_p18354.png
type axlapi:XInteger
properties
content simple
default 1
nillable false
annotation
documentation
Minimum Character Change difference between the old and new password.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy