AccessUserRecord Class

Definition

Record of the user.

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

Properties

AuthType

Auth type of the user.

Email

Email of the user.

FullName

Name of the user.

Id

Id of the user.

Kind

Type of account.

Metadata

Metadata of the record.

Explicit Interface Implementations

IJsonModel<AccessUserRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AccessUserRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccessUserRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccessUserRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AccessUserRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to