complexType XPhoneSecurityProfile
diagram AXLSoap_p20245.png
namespace http://www.cisco.com/AXL/API/15.0
children phoneType protocol name description deviceSecurityMode authenticationMode keySize keyOrder ecKeySize tftpEncryptedConfig EnableOAuthAuthentication nonceValidityTime transportType sipPhonePort enableDigestAuthentication excludeDigestCredentials
used by
element AddPhoneSecurityProfileReq/phoneSecurityProfile
source <xsd:complexType name="XPhoneSecurityProfile">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="phoneType" type="axlapi:XModel" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="protocol" type="axlapi:XDeviceProtocol" nillable="true" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="name" type="xsd:string" nillable="false" minOccurs="1" 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:complexType>

element XPhoneSecurityProfile/phoneType
diagram AXLSoap_p20246.png
type axlapi:XModel
properties
content simple
nillable true
source <xsd:element name="phoneType" type="axlapi:XModel" nillable="true" minOccurs="1" maxOccurs="1"/>

element XPhoneSecurityProfile/protocol
diagram AXLSoap_p20247.png
type axlapi:XDeviceProtocol
properties
content simple
nillable true
source <xsd:element name="protocol" type="axlapi:XDeviceProtocol" nillable="true" minOccurs="1" maxOccurs="1"/>

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

element XPhoneSecurityProfile/description
diagram AXLSoap_p20249.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 XPhoneSecurityProfile/deviceSecurityMode
diagram AXLSoap_p20250.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 XPhoneSecurityProfile/authenticationMode
diagram AXLSoap_p20251.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 XPhoneSecurityProfile/keySize
diagram AXLSoap_p20252.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 XPhoneSecurityProfile/keyOrder
diagram AXLSoap_p20253.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 XPhoneSecurityProfile/ecKeySize
diagram AXLSoap_p20254.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 XPhoneSecurityProfile/tftpEncryptedConfig
diagram AXLSoap_p20255.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 XPhoneSecurityProfile/EnableOAuthAuthentication
diagram AXLSoap_p20256.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 XPhoneSecurityProfile/nonceValidityTime
diagram AXLSoap_p20257.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 XPhoneSecurityProfile/transportType
diagram AXLSoap_p20258.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 XPhoneSecurityProfile/sipPhonePort
diagram AXLSoap_p20259.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 XPhoneSecurityProfile/enableDigestAuthentication
diagram AXLSoap_p20260.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 XPhoneSecurityProfile/excludeDigestCredentials
diagram AXLSoap_p20261.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