Share via


IDppIdentityDetails Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to