IWithAssignee Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of role assignment definition allowing specifying the assignee information.
public interface IWithAssignee
type IWithAssignee = interface
Public Interface IWithAssignee
- Derived
Methods
ForGroup(IActiveDirectoryGroup) |
Specifies the assignee of the role assignment to be a group. |
ForObjectId(String) |
Specifies the assignee of the role assignment. |
ForServicePrincipal(IServicePrincipal) |
Specifies the assignee of the role assignment to be a service principal. |
ForServicePrincipal(String) |
Specifies the assignee of the role assignment to be a service principal. |
ForUser(IActiveDirectoryUser) |
Specifies the assignee of the role assignment to be a user. |
ForUser(String) |
Specifies the assignee of the role assignment to be a user. |
Applies to
Azure SDK for .NET