UserAndRole [SPFSDK][VMMREF]
Applies To: Windows Azure Pack
The UserAndRole type associates a user and role. This is generally used by objects that need to be explicitly offered to tenants. The RoleID represents the rights a user has to an object and the UserName identifies which user to apply the role to.
For more information, see Complex Types
Properties
Name |
Type |
Nullable |
Description |
---|---|---|---|
RoleID |
Edm.Guid |
True |
The identifier of the role to associate with the user. |
RoleName |
Edm.String |
True |
A friendly name of the role. |
UserName |
Edm.String |
True |
The unique user name to associate a role with. |
Entities
Here is a list of entities that use this complex type. Some items do not have links because they have not yet been documented.
HardwareProfile
RunAsAccount
VirtualMachine
VMTemplate