StorageDataCollaborationPolicyProperties Class
Defines Data Collaboration Policy for a storage account.
Constructor
StorageDataCollaborationPolicyProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
allow_storage_connectors
|
Indicates whether storage connectors are allowed to created or managed on the storage account. |
|
allow_storage_data_shares
|
Indicates whether data shares are allowed to be created or managed on the storage account. |
|
allow_cross_tenant_data_sharing
|
Indicates whether cross-entra tenant data sharing is allowed on the storage account. |
Attributes
allow_cross_tenant_data_sharing
Indicates whether cross-entra tenant data sharing is allowed on the storage account.
allow_cross_tenant_data_sharing: bool | None
allow_storage_connectors
Indicates whether storage connectors are allowed to created or managed on the storage account.
allow_storage_connectors: bool | None
allow_storage_data_shares
Indicates whether data shares are allowed to be created or managed on the storage account.
allow_storage_data_shares: bool | None