ManagedIdentityAuthPropertiesUpdate Class

The managed identity auth properties for dataShare connection.

Constructor

ManagedIdentityAuthPropertiesUpdate(*args: Any, **kwargs: Any)

Variables

Name Description
type
str or <xref:azure.mgmt.storage.models.MANAGED_IDENTITY>

Discriminator value for ManagedIdentity. Required. Managed Identity auth type.

identity_resource_id
str

ARM ResourceId of the managed identity that should be used to authenticate to the backing data source.

Attributes

identity_resource_id

ARM ResourceId of the managed identity that should be used to authenticate to the backing data source.

identity_resource_id: str | None

type

Discriminator value for ManagedIdentity. Required. Managed Identity auth type.

type: MANAGED_IDENTITY: 'ManagedIdentity'>]