Share via


DppIdentityDetails Class

Definition

Identity details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppIdentityDetailsTypeConverter))]
public class DppIdentityDetails : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppIdentityDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppIdentityDetailsTypeConverter))>]
type DppIdentityDetails = class
    interface IDppIdentityDetails
    interface IJsonSerializable
Public Class DppIdentityDetails
Implements IDppIdentityDetails
Inheritance
DppIdentityDetails
Attributes
Implements

Constructors

DppIdentityDetails()

Creates an new DppIdentityDetails instance.

Properties

PrincipalId

The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.

TenantId

A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.

Type

The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None

UserAssignedIdentity

Gets or sets the user assigned identities.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DppIdentityDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DppIdentityDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppIdentityDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DppIdentityDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to