Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryUser
Packages that use ActiveDirectoryUser
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryUser in com.azure.resourcemanager.authorization.models
Subinterfaces with type arguments of type ActiveDirectoryUser in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceAn AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a user update operation, containing all the settings that can be modified.interfaceEntry point to AD user management API.interfaceEntry point to AD user management API.interfaceEntry point to AD user management API.interfaceEntry point to AD user management API.Methods in com.azure.resourcemanager.authorization.models with parameters of type ActiveDirectoryUserModifier and TypeMethodDescriptionRoleAssignment.DefinitionStages.WithAssignee.forUser(ActiveDirectoryUser user) Specifies the assignee of the role assignment to be a user.ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryUser user) Adds a user as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryUser user) Adds a user as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryUser user) Removes a user as a member in the group.