Skip to main content

ISecretsManagerGetSecretValueResponse

Interface in AWS.SecretsManager

Interface for GetSecretValue responses.

Ancestors

Properties

ARN

property ARN: TARN

The Amazon Resource Name (ARN) of the secret.

CreatedDate

property CreatedDate: TOptional<TDateTime>

The date and time that this version of the secret was created.

Name

property Name: string

The name of the secret.

SecretBinary

property SecretBinary: TStream

The decrypted secret value.

SecretString

property SecretString: string

The decrypted secret value.

VersionId

property VersionId: string

The unique identifier for this version of the secret.

VersionStages

property VersionStages: TList<string>

A list of all staging labels currently attached to this version of the secret.