you can specify sip device authentication settings for inbound device authentication. Content-Type: application/vnd.plcm.plcm-device-authentication-inbound+xml. All attributes are used in ETag calculation except for entity-tag and atom-links.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
outbound-identifier | OutboundIdentifier | This is the autogenrated unique id to identify the device outbound authentication from device authentication outbound list. | |
name | Name | The name that the device includes in registration and signaling requests or responses to authentication challenges. | Mandatory |
password | Password | The password that the device includes in registration and signaling requests or responses to authentication challenges. | Mandatory |
realm | Realm | The realm string in an authentication challenge tells the challenged device the protection domain for which it must provide credentials. | Mandatory |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
Realm | xs:string | Length of value must be >=1 Length of value must be <=128 |
Password | xs:string | Length of value must be >=1 Length of value must be <=128 |
Name | xs:string | Length of value must be >=1 Length of value must be <=128 |
OutboundIdentifier | xs:string | Length of value must be >=1 Length of value must be <=36 |