Share via


IScopeMap.Action Property

Definition

The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The list of scoped permissions for registry artifacts.\r\n        E.g. repositories/repository-name/content/read,\r\n        repositories/repository-name/metadata/write", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)]
public System.Collections.Generic.List<string> Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The list of scoped permissions for registry artifacts.\r\n        E.g. repositories/repository-name/content/read,\r\n        repositories/repository-name/metadata/write", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="actions", Update=true)>]
member this.Action : System.Collections.Generic.List<string> with get, set
Public Property Action As List(Of String)

Property Value

Attributes

Applies to