IApiKey Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |