diagram | ![]() |
||||||||||||
namespace | http://www.cisco.com/AXL/API/8.5 | ||||||||||||
type | extension of axlapi:APIResponse | ||||||||||||
properties |
|
||||||||||||
children | return | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:complexType name="DoAuthenticateUserRes"> <xsd:complexContent> <xsd:extension base="axlapi:APIResponse"> <xsd:sequence> <xsd:element name="return"> <xsd:complexType> <xsd:sequence> <xsd:element name="userAuthenticated" type="axlapi:boolean"> <xsd:annotation> <xsd:documentation>true indicates that user was authenticated and false indicates that user was not authenticated.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="code" type="xsd:integer"> <xsd:annotation> <xsd:documentation>This is the IMS result code that will be returned.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="daysToExpiry" type="xsd:integer" minOccurs="0"> <xsd:annotation> <xsd:documentation>This is the number of days remaining for the credential to expire </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
diagram | ![]() |
||||
properties |
|
||||
children | userAuthenticated code daysToExpiry | ||||
source | <xsd:element name="return"> <xsd:complexType> <xsd:sequence> <xsd:element name="userAuthenticated" type="axlapi:boolean"> <xsd:annotation> <xsd:documentation>true indicates that user was authenticated and false indicates that user was not authenticated.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="code" type="xsd:integer"> <xsd:annotation> <xsd:documentation>This is the IMS result code that will be returned.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="daysToExpiry" type="xsd:integer" minOccurs="0"> <xsd:annotation> <xsd:documentation>This is the number of days remaining for the credential to expire </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||
type | axlapi:boolean | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="userAuthenticated" type="axlapi:boolean"> <xsd:annotation> <xsd:documentation>true indicates that user was authenticated and false indicates that user was not authenticated.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
type | xsd:integer | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="code" type="xsd:integer"> <xsd:annotation> <xsd:documentation>This is the IMS result code that will be returned.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||
type | xsd:integer | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xsd:element name="daysToExpiry" type="xsd:integer" minOccurs="0"> <xsd:annotation> <xsd:documentation>This is the number of days remaining for the credential to expire </xsd:documentation> </xsd:annotation> </xsd:element> |