StorageDataSharePropertiesPatch.AccessPolicies Property

Definition

List of access policies that specify the permission allowed to a managed identity. For Create - This property is required and cannot be null. If no access policies are provided at creation time, specify an empty array. For Update - This property is optional. If set to null or not passed, the existing access policies are left unchanged. If provided with a non-null value, the existing access policies are replaced with the specified list.

public System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.StorageDataShareAccessPolicy> AccessPolicies { get; }
member this.AccessPolicies : System.Collections.Generic.IList<Azure.ResourceManager.Storage.Models.StorageDataShareAccessPolicy>
Public ReadOnly Property AccessPolicies As IList(Of StorageDataShareAccessPolicy)

Property Value

Applies to