AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SecretsManager.Model.SecretVersionsListEntry

Namespace: Amazon.SecretsManager.Model
Assembly: AWSSDK.SecretsManager.dll
Version: 3.x.y.z

Syntax

C#
public class SecretVersionsListEntry

The SecretVersionsListEntry type exposes the following members

Constructors

NameDescription
Public Method SecretVersionsListEntry()

Properties

NameTypeDescription
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

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

Public Property KmsKeyIds System.Collections.Generic.List<System.String>

Gets and sets the property KmsKeyIds.

The KMS keys used to encrypt the secret version.

Public Property LastAccessedDate System.DateTime

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 Property VersionId System.String

Gets and sets the property VersionId.

The unique version identifier of this version of the secret.

Public Property VersionStages System.Collections.Generic.List<System.String>

Gets and sets the property VersionStages.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5