IBlank 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 first stage of the role assignment definition.
public interface IBlank : Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithAssignee
type IBlank = interface
interface IWithAssignee
Public Interface IBlank
Implements IWithAssignee
- Derived
- Implements
Methods
ForGroup(IActiveDirectoryGroup) |
Specifies the assignee of the role assignment to be a group. (Inherited from IWithAssignee) |
ForObjectId(String) |
Specifies the assignee of the role assignment. (Inherited from IWithAssignee) |
ForServicePrincipal(IServicePrincipal) |
Specifies the assignee of the role assignment to be a service principal. (Inherited from IWithAssignee) |
ForServicePrincipal(String) |
Specifies the assignee of the role assignment to be a service principal. (Inherited from IWithAssignee) |
ForUser(IActiveDirectoryUser) |
Specifies the assignee of the role assignment to be a user. (Inherited from IWithAssignee) |
ForUser(String) |
Specifies the assignee of the role assignment to be a user. (Inherited from IWithAssignee) |