IDataShare.AccessPolicy 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.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="List of access policies that specify the permission allowed to a managed identity.\r\n        For Create - This property is required and cannot be null. If no access policies are provided at creation time, specify an empty array.\r\n        For Update - This property is optional. If set to null or not passed, the existing access policies are left unchanged.\r\n        If provided with a non-null value, the existing access policies are replaced with the specified list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAccessPolicy) }, Read=true, ReadOnly=false, Required=true, SerializedName="accessPolicies", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAccessPolicy> AccessPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="List of access policies that specify the permission allowed to a managed identity.\r\n        For Create - This property is required and cannot be null. If no access policies are provided at creation time, specify an empty array.\r\n        For Update - This property is optional. If set to null or not passed, the existing access policies are left unchanged.\r\n        If provided with a non-null value, the existing access policies are replaced with the specified list.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAccessPolicy) }, Read=true, ReadOnly=false, Required=true, SerializedName="accessPolicies", Update=true)>]
member this.AccessPolicy : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageDataShareAccessPolicy> with get, set
Public Property AccessPolicy As List(Of IStorageDataShareAccessPolicy)

Property Value

Attributes

Applies to