Delen via


IIdentityDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IdentityDetailsTypeConverter))]
public interface IIdentityDetails : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IdentityDetailsTypeConverter))>]
type IIdentityDetails = interface
    interface IJsonSerializable
Public Interface IIdentityDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

Specifies the principal id for the identity for the job.

TenantId

Specifies the tenant id for the identity for the job.

Type

The type of identity

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to