Interface ActiveDirectoryUser
- All Superinterfaces:
ActiveDirectoryObject, HasId, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserInner>, HasManager<AuthorizationManager>, HasName, Indexable, Updatable<ActiveDirectoryUser.Update>
public interface ActiveDirectoryUser
extends ActiveDirectoryObject, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUserInner>, Updatable<ActiveDirectoryUser.Update>
An immutable client-side representation of an Azure AD user.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the user definition stages.static interfaceThe template for a user update operation, containing all the settings that can be modified.static interfaceGroup of all the user update stages. -
Method Summary
Modifier and TypeMethodDescriptionmail()Gets user mail.Gets the mail alias for the user.Gets the usage location of the user.Gets user principal name.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
manager
-
Method Details
-
userPrincipalName
-
mail
-
mailNickname
-
usageLocation
CountryIsoCode usageLocation()Gets the usage location of the user.- Returns:
- the usage location of the user
-