ApiKeySpecEntity Class

Definition

Spec of the API Key record.

public class ApiKeySpecEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ApiKeySpecEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ApiKeySpecEntity>
type ApiKeySpecEntity = class
    interface IJsonModel<ApiKeySpecEntity>
    interface IPersistableModel<ApiKeySpecEntity>
Public Class ApiKeySpecEntity
Implements IJsonModel(Of ApiKeySpecEntity), IPersistableModel(Of ApiKeySpecEntity)
Inheritance
ApiKeySpecEntity
Implements

Properties

Description

The description of the API Key.

Name

The name of the API Key.

Owner

Specification of the cluster.

Resource

Specification of the cluster.

Secret

API Key Secret.

Explicit Interface Implementations

IJsonModel<ApiKeySpecEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiKeySpecEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiKeySpecEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiKeySpecEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiKeySpecEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to