complexType UpdatePhoneSecurityProfileReq
diagram AXLSoap_p16479.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description deviceSecurityMode authenticationMode keySize keyOrder ecKeySize tftpEncryptedConfig EnableOAuthAuthentication nonceValidityTime transportType sipPhonePort enableDigestAuthentication excludeDigestCredentials
used by
element updatePhoneSecurityProfile
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdatePhoneSecurityProfileReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="deviceSecurityMode" type="axlapi:XDeviceSecurityMode" nillable="true" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" default="By Null String" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</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>Applicable only for sip phones</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>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="ecKeySize" type="axlapi:XECKeySize" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="tftpEncryptedConfig" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="EnableOAuthAuthentication" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for SIP phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="nonceValidityTime" type="axlapi:XInteger" default="600" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="transportType" type="axlapi:XTransport" default="TCP+UDP" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="sipPhonePort" type="axlapi:XInteger" default="5060" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="enableDigestAuthentication" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="excludeDigestCredentials" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdatePhoneSecurityProfileReq/newName
diagram AXLSoap_p16480.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdatePhoneSecurityProfileReq/description
diagram AXLSoap_p16481.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdatePhoneSecurityProfileReq/deviceSecurityMode
diagram AXLSoap_p16482.png
type axlapi:XDeviceSecurityMode
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Applicable only for sip phones
source <xsd:element name="deviceSecurityMode" type="axlapi:XDeviceSecurityMode" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/authenticationMode
diagram AXLSoap_p16483.png
type axlapi:XAuthenticationMode
properties
minOcc 0
maxOcc 1
content simple
default By Null String
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" default="By Null String" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/keySize
diagram AXLSoap_p16484.png
type axlapi:XKeySize
properties
minOcc 0
maxOcc 1
content simple
default 2048
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="keySize" type="axlapi:XKeySize" default="2048" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/keyOrder
diagram AXLSoap_p16485.png
type axlapi:XKeyOrder
properties
minOcc 0
maxOcc 1
content simple
default RSA Only
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="keyOrder" type="axlapi:XKeyOrder" default="RSA Only" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/ecKeySize
diagram AXLSoap_p16486.png
type axlapi:XECKeySize
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="ecKeySize" type="axlapi:XECKeySize" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/tftpEncryptedConfig
diagram AXLSoap_p16487.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for sip phones
source <xsd:element name="tftpEncryptedConfig" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/EnableOAuthAuthentication
diagram AXLSoap_p16488.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for SIP phones
source <xsd:element name="EnableOAuthAuthentication" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for SIP phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/nonceValidityTime
diagram AXLSoap_p16489.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 600
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="nonceValidityTime" type="axlapi:XInteger" default="600" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/transportType
diagram AXLSoap_p16490.png
type axlapi:XTransport
properties
minOcc 0
maxOcc 1
content simple
default TCP+UDP
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="transportType" type="axlapi:XTransport" default="TCP+UDP" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/sipPhonePort
diagram AXLSoap_p16491.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 5060
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="sipPhonePort" type="axlapi:XInteger" default="5060" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/enableDigestAuthentication
diagram AXLSoap_p16492.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for sip phones
source <xsd:element name="enableDigestAuthentication" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdatePhoneSecurityProfileReq/excludeDigestCredentials
diagram AXLSoap_p16493.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
annotation
documentation
Applicable only for sip phones
source <xsd:element name="excludeDigestCredentials" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable only for sip phones</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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