Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ManagementRoleType complex type specifies an array of user and application roles.<62>
-
<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 child elements of the ManagementRoleType complex type.
Element name |
Type |
Description |
---|---|---|
UserRoles |
t:NonEmptyArrayOfRoleType (section 2.2.4.50) |
Specifies an array of user roles. |
ApplicationRoles |
t:NonEmptyArrayOfRoleType |
Specifies an array of application roles. |