complexType UpdateApplicationUserCapfProfileReq
diagram AXLSoap_p14507.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid instanceId certificateOperation authenticationMode authenticationString keySize keyOrder ecKeySize operationCompletion
used by
element updateApplicationUserCapfProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateApplicationUserCapfProfileReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:element name="instanceId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
       
</xsd:choice>
       
<xsd:element name="certificateOperation" type="axlapi:XCertificateOperation" default="No Pending Operation" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" default="By Null String" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="authenticationString" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="keySize" type="axlapi:XKeySize" default="2048" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="keyOrder" type="axlapi:XKeyOrder" default="RSA Only" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="ecKeySize" type="axlapi:XECKeySize" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="operationCompletion" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Required format is YYYY:MM:DD:HH:SS. Read Only when certificateOperation is 'No Pending Operation'. Please provide the above format while adding a new device</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateApplicationUserCapfProfileReq/uuid
diagram AXLSoap_p14508.png
type axlapi:XUUID
properties
content simple
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:element name="uuid" type="axlapi:XUUID"/>

element UpdateApplicationUserCapfProfileReq/instanceId
diagram AXLSoap_p14509.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="instanceId" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateApplicationUserCapfProfileReq/certificateOperation
diagram AXLSoap_p14510.png
type axlapi:XCertificateOperation
properties
minOcc 0
maxOcc 1
content simple
default No Pending Operation
nillable false
source <xsd:element name="certificateOperation" type="axlapi:XCertificateOperation" default="No Pending Operation" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateApplicationUserCapfProfileReq/authenticationMode
diagram AXLSoap_p14511.png
type axlapi:XAuthenticationMode
properties
minOcc 0
maxOcc 1
content simple
default By Null String
nillable false
annotation
documentation
Read Only when certificateOperation is 'No Pending Operation'
source <xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" default="By Null String" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateApplicationUserCapfProfileReq/authenticationString
diagram AXLSoap_p14512.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Read Only when certificateOperation is 'No Pending Operation'
source <xsd:element name="authenticationString" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateApplicationUserCapfProfileReq/keySize
diagram AXLSoap_p14513.png
type axlapi:XKeySize
properties
minOcc 0
maxOcc 1
content simple
default 2048
nillable false
annotation
documentation
Read Only when certificateOperation is 'No Pending Operation'
source <xsd:element name="keySize" type="axlapi:XKeySize" default="2048" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateApplicationUserCapfProfileReq/keyOrder
diagram AXLSoap_p14514.png
type axlapi:XKeyOrder
properties
minOcc 0
maxOcc 1
content simple
default RSA Only
nillable false
annotation
documentation
Read Only when certificateOperation is 'No Pending Operation'
source <xsd:element name="keyOrder" type="axlapi:XKeyOrder" default="RSA Only" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateApplicationUserCapfProfileReq/ecKeySize
diagram AXLSoap_p14515.png
type axlapi:XECKeySize
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Read Only when certificateOperation is 'No Pending Operation'
source <xsd:element name="ecKeySize" type="axlapi:XECKeySize" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only when certificateOperation is 'No Pending Operation'</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateApplicationUserCapfProfileReq/operationCompletion
diagram AXLSoap_p14516.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Required format is YYYY:MM:DD:HH:SS. Read Only when certificateOperation is 'No Pending Operation'. Please provide the above format while adding a new device
source <xsd:element name="operationCompletion" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Required format is YYYY:MM:DD:HH:SS. Read Only when certificateOperation is 'No Pending Operation'. Please provide the above format while adding a new device</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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