Show / Hide Table of Contents

Class GetUserArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetUserArgs
Inherited Members
InvokeArgs.Empty
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 GetUserArgs : InvokeArgs

Constructors

View Source

GetUserArgs()

Declaration
public GetUserArgs()

Properties

View Source

MailNickname

The email alias of the Azure AD User.

Declaration
public string MailNickname { get; set; }
Property Value
Type Description
System.String
View Source

ObjectId

Specifies the Object ID of the Application within Azure Active Directory.

Declaration
public string ObjectId { get; set; }
Property Value
Type Description
System.String
View Source

UserPrincipalName

The User Principal Name of the Azure AD User.

Declaration
public string UserPrincipalName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.