IApiKey Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ApiKeyTypeConverter))]
public interface IApiKey : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ApiKeyTypeConverter))>]
type IApiKey = interface
    interface IJsonSerializable
Public Interface IApiKey
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ConnectionString

A connection string that can be used by supporting clients for authentication.

Id

The key ID.

LastModified

The last time any of the key's properties were modified.

Name

A name for the key describing its usage.

ReadOnly

Whether this key can only be used for read operations.

Value

The value of the key that is used for authentication purposes.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to