PurviewCredentials Class

Definition

Credentials to access the event streaming service attached to the purview account.

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

Constructors

PurviewCredentials()

Initializes a new instance of PurviewCredentials.

Properties

CredentialsType

Identity Type.

IdentityId

Identity identifier for UserAssign type.

Explicit Interface Implementations

IJsonModel<PurviewCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to