Table of Contents

Class SecretVersionsListEntry

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

A structure that contains information about one version of a secret.

public class SecretVersionsListEntry
Inheritance
SecretVersionsListEntry
Inherited Members

Constructors

SecretVersionsListEntry()

public SecretVersionsListEntry()

Properties

CreatedDate

Gets and sets the property CreatedDate.

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

public DateTime CreatedDate { get; set; }

Property Value

DateTime

LastAccessedDate

Gets and sets the property LastAccessedDate.

The date that this version of the secret was last accessed. Note that the resolution of this field is at the date level and does not include the time.

public DateTime LastAccessedDate { get; set; }

Property Value

DateTime

VersionId

Gets and sets the property VersionId.

The unique version identifier of this version of the secret.

public string VersionId { get; set; }

Property Value

string

VersionStages

Gets and sets the property VersionStages.

An array of staging labels that are currently associated with this version of the secret.

public List<string> VersionStages { get; set; }

Property Value

List<string>