SecretBundle Class

Definition

A secret consisting of a value, id and its attributes.

public class SecretBundle
type SecretBundle = class
Public Class SecretBundle
Inheritance
SecretBundle
Derived

Constructors

SecretBundle()

Initializes a new instance of the SecretBundle class.

SecretBundle(String, String, String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>)

Initializes a new instance of the SecretBundle class.

Properties

Attributes

Gets or sets the secret management attributes.

ContentType

Gets or sets the content type of the secret.

Id

Gets or sets the secret id.

Kid

Gets if this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate.

Managed

Gets true if the secret's lifetime is managed by key vault. If this is a secret backing a certificate, then managed will be true.

SecretIdentifier

The identifier for secret object

Tags

Gets or sets application specific metadata in the form of key-value pairs.

Value

Gets or sets the secret value.

Methods

ToString()

Applies to