complexType UpdatePhoneSecurityProfileReq
diagram AXLAPI_p13084.png
namespace http://www.cisco.com/AXL/API/9.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description deviceSecurityMode authenticationMode keySize tftpEncryptedConfig 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="1024" 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="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 AXLAPI_p13085.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 AXLAPI_p13086.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 AXLAPI_p13087.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 AXLAPI_p13088.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 AXLAPI_p13089.png
type axlapi:XKeySize
properties
minOcc 0
maxOcc 1
content simple
default 1024
nillable false
annotation
documentation
Applicable only for sip phones
source <xsd:element name="keySize" type="axlapi:XKeySize" default="1024" 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 AXLAPI_p13090.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/nonceValidityTime
diagram AXLAPI_p13091.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 AXLAPI_p13092.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 AXLAPI_p13093.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 AXLAPI_p13094.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 AXLAPI_p13095.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