ActiveDirectoryUser Interface
Implements
ActiveDirectoryObject
HasInner<com.microsoft.azure.management.graphrbac.implementation.UserInner>
Updatable<Update>
public interface ActiveDirectoryUser
extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.UserInner>, Updatable<Update>
An immutable client-side representation of an Azure AD user.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String | mail() |
abstract java.lang.String | mailNickname() |
abstract java.lang.String | signInName() |
abstract
Country |
usageLocation() |
abstract java.lang.String | userPrincipalName() |
Method Details
public abstract String mail()
Returns:
user mail
mailNickname
public abstract String mailNickname()
Returns:
the mail alias for the user
signInName
public abstract String signInName()
Returns:
user signIn name
usageLocation
public abstract CountryIsoCode usageLocation()
Returns:
the usage location of the user
userPrincipalName
public abstract String userPrincipalName()
Returns:
user principal name
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java