Class GetUserResult
Inheritance
System.Object
GetUserResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AzureAD
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class GetUserResult
Fields
View SourceAccountEnabled
True if the account is enabled; otherwise False.
Declaration
public readonly bool AccountEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
DisplayName
The Display Name of the Azure AD User.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ImmutableId
The value used to associate an on-premises Active Directory user account with their Azure AD user object.
Declaration
public readonly string ImmutableId
Field Value
| Type | Description |
|---|---|
| System.String |
The primary email address of the Azure AD User.
Declaration
public readonly string Mail
Field Value
| Type | Description |
|---|---|
| System.String |
MailNickname
The email alias of the Azure AD User.
Declaration
public readonly string MailNickname
Field Value
| Type | Description |
|---|---|
| System.String |
ObjectId
Declaration
public readonly string ObjectId
Field Value
| Type | Description |
|---|---|
| System.String |
OnpremisesSamAccountName
The on premise sam account name of the Azure AD User.
Declaration
public readonly string OnpremisesSamAccountName
Field Value
| Type | Description |
|---|---|
| System.String |
OnpremisesUserPrincipalName
The on premise user principal name of the Azure AD User.
Declaration
public readonly string OnpremisesUserPrincipalName
Field Value
| Type | Description |
|---|---|
| System.String |
UsageLocation
The usage location of the Azure AD User.
Declaration
public readonly string UsageLocation
Field Value
| Type | Description |
|---|---|
| System.String |
UserPrincipalName
The User Principal Name of the Azure AD User.
Declaration
public readonly string UserPrincipalName
Field Value
| Type | Description |
|---|---|
| System.String |