Show / Hide Table of Contents

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 Source

AccountEnabled

True if the account is enabled; otherwise False.

Declaration
public readonly bool AccountEnabled
Field Value
Type Description
System.Boolean
View Source

DisplayName

The Display Name of the Azure AD User.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

Mail

The primary email address of the Azure AD User.

Declaration
public readonly string Mail
Field Value
Type Description
System.String
View Source

MailNickname

The email alias of the Azure AD User.

Declaration
public readonly string MailNickname
Field Value
Type Description
System.String
View Source

ObjectId

Declaration
public readonly string ObjectId
Field Value
Type Description
System.String
View Source

OnpremisesSamAccountName

The on premise sam account name of the Azure AD User.

Declaration
public readonly string OnpremisesSamAccountName
Field Value
Type Description
System.String
View Source

OnpremisesUserPrincipalName

The on premise user principal name of the Azure AD User.

Declaration
public readonly string OnpremisesUserPrincipalName
Field Value
Type Description
System.String
View Source

UsageLocation

The usage location of the Azure AD User.

Declaration
public readonly string UsageLocation
Field Value
Type Description
System.String
View Source

UserPrincipalName

The User Principal Name of the Azure AD User.

Declaration
public readonly string UserPrincipalName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.