68 строки
5.2 KiB
YAML
68 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser"
|
|
name: "ActiveDirectoryUser"
|
|
nameWithType: "ActiveDirectoryUser"
|
|
summary: "An immutable client-side representation of an Azure AD user."
|
|
syntax: "public interface **ActiveDirectoryUser**</br> extends <xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.UserInner?alt=com.microsoft.azure.management.graphrbac.implementation.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mail()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mail()"
|
|
name: "mail()"
|
|
nameWithType: "ActiveDirectoryUser.mail()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String mail()"
|
|
returns:
|
|
description: "user mail"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mailNickname()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.mailNickname()"
|
|
name: "mailNickname()"
|
|
nameWithType: "ActiveDirectoryUser.mailNickname()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String mailNickname()"
|
|
returns:
|
|
description: "the mail alias for the user"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.signInName()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.signInName()"
|
|
name: "signInName()"
|
|
nameWithType: "ActiveDirectoryUser.signInName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String signInName()"
|
|
returns:
|
|
description: "user signIn name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.usageLocation()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.usageLocation()"
|
|
name: "usageLocation()"
|
|
nameWithType: "ActiveDirectoryUser.usageLocation()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract CountryIsoCode usageLocation()"
|
|
returns:
|
|
description: "the usage location of the user"
|
|
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode?alt=com.microsoft.azure.management.resources.fluentcore.arm.CountryIsoCode&text=CountryIsoCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.userPrincipalName()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.userPrincipalName()"
|
|
name: "userPrincipalName()"
|
|
nameWithType: "ActiveDirectoryUser.userPrincipalName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String userPrincipalName()"
|
|
returns:
|
|
description: "user principal name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure AD user."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.UserInner?alt=com.microsoft.azure.management.graphrbac.implementation.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.Update?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryUser.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.graphrbac"
|
|
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4
|