Share via


NetAppSecretPasswordIdentity Class

Definition

Identity used to authenticate with key vault.

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

Constructors

Name Description
NetAppSecretPasswordIdentity()

Initializes a new instance of NetAppSecretPasswordIdentity.

Properties

Name Description
PrincipalId

The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.

UserAssignedIdentity

The Azure resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppSecretPasswordIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppSecretPasswordIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppSecretPasswordIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppSecretPasswordIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppSecretPasswordIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to