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 the details about a secret. It does not include the encrypted SecretString and SecretBinary values. To get those values, use GetSecretValue .

Inheritance Hierarchy

System.Object
  Amazon.SecretsManager.Model.SecretListEntry

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

Syntax

C#
public class SecretListEntry

The SecretListEntry type exposes the following members

Constructors

NameDescription
Public Method SecretListEntry()

Properties

NameTypeDescription
Public Property ARN System.String

Gets and sets the property ARN.

The Amazon Resource Name (ARN) of the secret.

Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The date and time when a secret was created.

Public Property DeletedDate System.DateTime

Gets and sets the property DeletedDate.

The date and time the deletion of the secret occurred. Not present on active secrets. The secret can be recovered until the number of days in the recovery window has passed, as specified in the RecoveryWindowInDays parameter of the DeleteSecret operation.

Public Property Description System.String

Gets and sets the property Description.

The user-provided description of the secret.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ARN of the KMS key that Secrets Manager uses to encrypt the secret value. If the secret is encrypted with the Amazon Web Services managed key aws/secretsmanager, this field is omitted.

Public Property LastAccessedDate System.DateTime

Gets and sets the property LastAccessedDate.

The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.

Public Property LastChangedDate System.DateTime

Gets and sets the property LastChangedDate.

The last date and time that this secret was modified in any way.

Public Property LastRotatedDate System.DateTime

Gets and sets the property LastRotatedDate.

The most recent date and time that the Secrets Manager rotation process was successfully completed. This value is null if the secret hasn't ever rotated.

Public Property Name System.String

Gets and sets the property Name.

The friendly name of the secret.

Public Property NextRotationDate System.DateTime

Gets and sets the property NextRotationDate.

The next rotation is scheduled to occur on or before this date. If the secret isn't configured for rotation or rotation has been disabled, Secrets Manager returns null.

Public Property OwningService System.String

Gets and sets the property OwningService.

Returns the name of the service that created the secret.

Public Property PrimaryRegion System.String

Gets and sets the property PrimaryRegion.

The Region where Secrets Manager originated the secret.

Public Property RotationEnabled System.Boolean

Gets and sets the property RotationEnabled.

Indicates whether automatic, scheduled rotation is enabled for this secret.

Public Property RotationLambdaARN System.String

Gets and sets the property RotationLambdaARN.

The ARN of an Amazon Web Services Lambda function invoked by Secrets Manager to rotate and expire the secret either automatically per the schedule or manually by a call to RotateSecret.

Public Property RotationRules Amazon.SecretsManager.Model.RotationRulesType

Gets and sets the property RotationRules.

A structure that defines the rotation configuration for the secret.

Public Property SecretVersionsToStages System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property SecretVersionsToStages.

A list of all of the currently assigned SecretVersionStage staging labels and the SecretVersionId attached to each one. Staging labels are used to keep track of the different versions during the rotation process.

A version that does not have any SecretVersionStage is considered deprecated and subject to deletion. Such versions are not included in this list.

Public Property Tags System.Collections.Generic.List<Amazon.SecretsManager.Model.Tag>

Gets and sets the property Tags.

The list of user-defined tags associated with the secret. To add tags to a secret, use TagResource. To remove tags, use UntagResource.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5