A context role assignment.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
context | ManagedObjectReference | element | 0/1 | Gets the context. | |
roleName | string | element | 0/1 | Gets the role name. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<ContextRoleAssignment xsitype="..."> <roleName>...</roleName> <context xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </context> </ContextRoleAssignment>