IAccessKeyInfoBase Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AccessKeyInfoBaseTypeConverter))]
public interface IAccessKeyInfoBase : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAuthInfoBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AccessKeyInfoBaseTypeConverter))>]
type IAccessKeyInfoBase = interface
    interface IJsonSerializable
    interface IAuthInfoBase
Public Interface IAccessKeyInfoBase
Implements IAuthInfoBase
Derived
Attributes
Implements

Properties

AuthType

The authentication type.

(Inherited from IAuthInfoBase)
Permission

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to