IManagedIdentityConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |