Role
A complex data type that describes a role.
Schema
<xsd:complexType name="Role">
<xsd:sequence>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
<xsd:element name="Description" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
Id
The role ID.
Name
The name of the role. Cannot exceed 50 characters.
Description
The description of the role. Cannot exceed 500 characters.