Share via


IAccessKeyInfoBase.Permission Property

Definition

Permissions of the accessKey. Read and Write are for Azure Cosmos DB and Azure App Configuration, Listen, Send and Manage are for Azure Event Hub and Azure Service Bus.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AccessKeyPermissions) }, ReadOnly=false, Required=false, SerializedName="permissions")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AccessKeyPermissions[] Permission { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AccessKeyPermissions) }, ReadOnly=false, Required=false, SerializedName="permissions")>]
member this.Permission : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AccessKeyPermissions[] with get, set
Public Property Permission As AccessKeyPermissions()

Property Value

Attributes

Applies to