IWithAssignee Interface

Definition

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