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 Classes Modifier and Type Interface Description static interfaceActiveDirectoryUser.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceActiveDirectoryUser.DefinitionStagesGrouping of all the user definition stages.static interfaceActiveDirectoryUser.UpdateThe template for a user update operation, containing all the settings that can be modified.static interfaceActiveDirectoryUser.UpdateStagesGroup of all the user update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringmail()StringmailNickname()CountryIsoCodeusageLocation()StringuserPrincipalName()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
-
-
-
Method Detail
-
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
-
-