SecretProperties Class

Definition

Properties of the secret.

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

Constructors

SecretProperties()

Initializes a new instance of SecretProperties.

Properties

Attributes

The attributes of the secret.

ContentType

The content type of the secret.

SecretUri

The URI to retrieve the current version of the secret.

SecretUriWithVersion

The URI to retrieve the specific version of the secret.

Value

The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.

Explicit Interface Implementations

IJsonModel<SecretProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecretProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecretProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to