Share via


IManagedIdentityConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ManagedIdentityConfigurationTypeConverter))]
public interface IManagedIdentityConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ManagedIdentityConfigurationTypeConverter))>]
type IManagedIdentityConfiguration = interface
    interface IJsonSerializable
Public Interface IManagedIdentityConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PrincipalId

The objectId of the Managed Identity that is linked to the Managed Storage account.

TenantId

The tenant Id where the Managed Identity is created.

Type

The type of Identity created. It can be either SystemAssigned or UserAssigned.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to