Interface ActiveDirectoryUser
- All Superinterfaces:
ActiveDirectoryObject,HasId,HasInnerModel<MicrosoftGraphUserInner>,HasManager<AuthorizationManager>,HasName,Indexable,Updatable<ActiveDirectoryUser.Update>
public interface ActiveDirectoryUser
extends ActiveDirectoryObject, HasInnerModel<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
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
userPrincipalName
String userPrincipalName()- Returns:
- user principal name
-
mail
String mail()- Returns:
- user mail
-
mailNickname
String mailNickname()- Returns:
- the mail alias for the user
-
usageLocation
CountryIsoCode usageLocation()- Returns:
- the usage location of the user
-