Share via


SecretOutput interface

Secret

Properties

type

Type of secret

value

The value of the secret for the respective type

Property Details

type

Type of secret

type?: "AKV_SECRET_URI" | "SECRET_VALUE"

Property Value

"AKV_SECRET_URI" | "SECRET_VALUE"

value

The value of the secret for the respective type

value?: string

Property Value

string