Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |