Compartilhar via


IdentityDetails Class

Definition

Specifies the identity properties.

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

Constructors

IdentityDetails()

Creates an new IdentityDetails instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IdentityDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IdentityDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IIdentityDetails.

FromJsonString(String)

Creates a new instance of IdentityDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IdentityDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to