SecretBundle Class

Definition

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

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

Properties

ContentType

The content type of the secret.

Id

The secret id.

Kid

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

Managed

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

Tags

Application specific metadata in the form of key-value pairs.

Value

The secret value.

Applies to