Class GetUserArgs
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 GetUserArgs : InvokeArgs
Constructors
View SourceGetUserArgs()
Declaration
public GetUserArgs()
Properties
View SourceMailNickname
The email alias of the Azure AD User.
Declaration
public string MailNickname { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ObjectId
Specifies the Object ID of the Application within Azure Active Directory.
Declaration
public string ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserPrincipalName
The User Principal Name of the Azure AD User.
Declaration
public string UserPrincipalName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |