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
Subinterfaces with type arguments of type ServicePrincipal in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceA service principal definition with sufficient inputs to create a new service principal in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a service principal update operation, containing all the settings that can be modified.interfaceEntry point to service principal management API.interfaceEntry point to service principal management API.interfaceEntry point to service principal management API.interfaceEntry point to service principal management API.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.