Class AadApplicationIdentity
The application identity in Azure AD.
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Telemetry
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public class AadApplicationIdentity
Remarks
For better logging experience, all property names should be specific enough. Avoid using generic name such as Id, Name, etc.
Constructors
AadApplicationIdentity()
Declaration
public AadApplicationIdentity()
Properties
AppId
Gets or sets the id of application.
Declaration
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
String |
AppName
Gets or sets the name of application.
Declaration
public string AppName { get; set; }
Property Value
Type | Description |
---|---|
String |