AzureKeyVaultSecretProviderClassUpdateProperties 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.
The updatable properties of the AzureKeyVaultSecretProviderClass.
public class AzureKeyVaultSecretProviderClassUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecretsStoreExtension.Models.AzureKeyVaultSecretProviderClassUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecretsStoreExtension.Models.AzureKeyVaultSecretProviderClassUpdateProperties>
type AzureKeyVaultSecretProviderClassUpdateProperties = class
interface IJsonModel<AzureKeyVaultSecretProviderClassUpdateProperties>
interface IPersistableModel<AzureKeyVaultSecretProviderClassUpdateProperties>
Public Class AzureKeyVaultSecretProviderClassUpdateProperties
Implements IJsonModel(Of AzureKeyVaultSecretProviderClassUpdateProperties), IPersistableModel(Of AzureKeyVaultSecretProviderClassUpdateProperties)
- Inheritance
-
AzureKeyVaultSecretProviderClassUpdateProperties
- Implements
Constructors
AzureKeyVaultSecretProviderClassUpdateProperties() |
Initializes a new instance of AzureKeyVaultSecretProviderClassUpdateProperties. |
Properties
ClientId |
The user assigned managed identity client ID that should be used to access the Azure Key Vault. |
KeyvaultName |
The name of the Azure Key Vault to sync secrets from. |
Objects |
Objects defines the desired state of synced K8s secret objects. |
TenantId |
The Azure Active Directory tenant ID that should be used for authenticating requests to the Azure Key Vault. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AzureKeyVaultSecretProviderClassUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AzureKeyVaultSecretProviderClassUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AzureKeyVaultSecretProviderClassUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AzureKeyVaultSecretProviderClassUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AzureKeyVaultSecretProviderClassUpdateProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |