ManagedIdentityAuthProperties Class
The managed identity auth properties for dataShare connection.
Constructor
ManagedIdentityAuthProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
str or
<xref:azure.mgmt.storage.models.MANAGED_IDENTITY>
The type of managed identity auth. Required. Managed Identity auth type. |
|
identity_resource_id
|
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
The type of managed identity auth. Required. Managed Identity auth type.
type: MANAGED_IDENTITY: 'ManagedIdentity'>]