Show / Hide Table of Contents

    Class AadApplicationIdentity

    The application identity in Azure AD.

    Inheritance
    Object
    AadApplicationIdentity
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(Object, String, Object)
    Extensions.Pin(Object)
    Extensions.ChangeType(Object, Type)
    Extensions.ChangeType<T>(Object)
    Extensions.TryDispose(Object, IGraphLogger)
    ReflectionUtils.GetPropertyUsingReflection(Object, String)
    ReflectionUtils.SetPropertyUsingReflection(Object, String, Object)
    Validator.IsNull(Object, String, String)
    Validator.NotNull<T>(T, String, String)
    Validator.Equals<T>(T, T, String, String)
    Validator.Equals<T, TE>(T, T, String)
    Validator.NotEquals<T>(T, T, String, String)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.