2.2.4.26 t:ManagementRoleType Complex Type
The ManagementRoleType complex type specifies the roles that are associated with a user or application.<86>
-
<xs:complexType name="ManagementRoleType"> <xs:sequence> <xs:element name="UserRoles" type="t:NonEmptyArrayOfRoleType" minOccurs="0" maxOccurs="1"/> <xs:element name="ApplicationRoles" type="t:NonEmptyArrayOfRoleType" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType>
The following table lists and describes the elements of the ManagementRoleType complex type.
Element name |
Type |
Description |
---|---|---|
UserRoles |
t:NonEmptyArrayOfRoleType (section 2.2.4.34) |
Specifies an array of elements of type string that specifies a set of user roles. |
ApplicationRoles |
t:NonEmptyArrayOfRoleType (section 2.2.4.34) |
Specifies an array of elements of type string that specifies a set of application roles. |