RoleAssignment.DefinitionStages.WithRole |
RoleAssignment.DefinitionStages.WithAssignee.forServicePrincipal(ServicePrincipal servicePrincipal) |
Specifies the assignee of the role assignment to be a service principal.
|
com.azure.core.http.rest.PagedIterable<RoleAssignment> |
RoleAssignments.listByServicePrincipal(ServicePrincipal servicePrincipal) |
List role assignments for a service principal.
|
com.azure.core.http.rest.PagedFlux<RoleAssignment> |
RoleAssignments.listByServicePrincipalAsync(ServicePrincipal servicePrincipal) |
List role assignments for a service principal.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ServicePrincipal servicePrincipal) |
Adds a service principal as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ServicePrincipal servicePrincipal) |
Adds a service principal as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ServicePrincipal servicePrincipal) |
Removes a service principal as a member in the group.
|