Class ManagedIdentityConfiguration

java.lang.Object
com.azure.resourcemanager.databricks.models.ManagedIdentityConfiguration

public final class ManagedIdentityConfiguration extends Object
The Managed Identity details for storage account.
  • Constructor Details

    • ManagedIdentityConfiguration

      public ManagedIdentityConfiguration()
      Creates an instance of ManagedIdentityConfiguration class.
  • Method Details

    • principalId

      public UUID principalId()
      Get the principalId property: The objectId of the Managed Identity that is linked to the Managed Storage account.
      Returns:
      the principalId value.
    • tenantId

      public UUID tenantId()
      Get the tenantId property: The tenant Id where the Managed Identity is created.
      Returns:
      the tenantId value.
    • type

      public String type()
      Get the type property: The type of Identity created. It can be either SystemAssigned or UserAssigned.
      Returns:
      the type value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.