NetAppEncryptionIdentity Class
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.
Identity used to authenticate with key vault.
public class NetAppEncryptionIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppEncryptionIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppEncryptionIdentity>
type NetAppEncryptionIdentity = class
interface IJsonModel<NetAppEncryptionIdentity>
interface IPersistableModel<NetAppEncryptionIdentity>
Public Class NetAppEncryptionIdentity
Implements IJsonModel(Of NetAppEncryptionIdentity), IPersistableModel(Of NetAppEncryptionIdentity)
- Inheritance
-
NetAppEncryptionIdentity
- Implements
Constructors
NetAppEncryptionIdentity() |
Initializes a new instance of NetAppEncryptionIdentity. |
Properties
PrincipalId |
The principal ID (object ID) of the identity used to authenticate with key vault. Read-only. |
UserAssignedIdentity |
The ARM 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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetAppEncryptionIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetAppEncryptionIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetAppEncryptionIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetAppEncryptionIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetAppEncryptionIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET