Uses of Interface
com.azure.resourcemanager.authorization.models.ServicePrincipal
Packages that use ServicePrincipal
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ServicePrincipal in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models with parameters of type ServicePrincipalModifier and TypeMethodDescriptionRoleAssignment.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.WithMember.withMember(ServicePrincipal servicePrincipal) Adds a service principal as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ServicePrincipal servicePrincipal) Adds a service principal as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ServicePrincipal servicePrincipal) Removes a service principal as a member in the group.