IIdentityModel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IdentityModelTypeConverter))]
public interface IIdentityModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IdentityModelTypeConverter))>]
type IIdentityModel = interface
    interface IJsonSerializable
Public Interface IIdentityModel
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AadAuthority

Gets or sets the authority of the SPN with which Dra communicates to service.

ApplicationId

Gets or sets the client/application Id of the SPN with which Dra communicates to service.

Audience

Gets or sets the audience of the SPN with which Dra communicates to service.

ObjectId

Gets or sets the object Id of the SPN with which Dra communicates to service.

TenantId

Gets or sets the tenant Id of the SPN with which Dra communicates to service.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to