complexType UpdateCredentialPolicyReq
diagram AXLSoap_p15063.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName failedLogon resetFailedLogonAttempts lockoutDuration credChangeDuration credExpiresAfter minCredLength prevCredStoredNum inactiveDaysAllowed expiryWarningDays trivialCredCheck minCharsToChange
used by
element updateCredentialPolicy
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateCredentialPolicyReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="failedLogon" type="axlapi:XInteger" default="3" nillable="false" minOccurs="0" 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="0" 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="0" 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="0" 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="0" 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="0" 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="0" 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="0" 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="0" 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="0" maxOccurs="1"/>
       
<xsd:element name="minCharsToChange" type="axlapi:XInteger" default="1" nillable="false" minOccurs="0" 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:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateCredentialPolicyReq/newName
diagram AXLSoap_p15064.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="newName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateCredentialPolicyReq/failedLogon
diagram AXLSoap_p15065.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/resetFailedLogonAttempts
diagram AXLSoap_p15066.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/lockoutDuration
diagram AXLSoap_p15067.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/credChangeDuration
diagram AXLSoap_p15068.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/credExpiresAfter
diagram AXLSoap_p15069.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/minCredLength
diagram AXLSoap_p15070.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/prevCredStoredNum
diagram AXLSoap_p15071.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/inactiveDaysAllowed
diagram AXLSoap_p15072.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/expiryWarningDays
diagram AXLSoap_p15073.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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 UpdateCredentialPolicyReq/trivialCredCheck
diagram AXLSoap_p15074.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
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="0" maxOccurs="1"/>

element UpdateCredentialPolicyReq/minCharsToChange
diagram AXLSoap_p15075.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
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="0" 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