Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretProperties

Package version

Properties of the secret

Hierarchy

  • SecretProperties

Index

Properties

Optional attributes

attributes: SecretAttributes

The attributes of the secret.

Optional contentType

contentType: undefined | string

The content type of the secret.

Optional secretUri

secretUri: undefined | string

The URI to retrieve the current version of the secret. NOTE: This property will not be serialized. It can only be populated by the server.

Optional secretUriWithVersion

secretUriWithVersion: undefined | string

The URI to retrieve the specific version of the secret. NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: undefined | string

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.

Generated using TypeDoc