Show / Hide Table of Contents

Class GetSecretVersionResult

Inheritance
System.Object
GetSecretVersionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.SecretsManager
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetSecretVersionResult

Fields

View Source

Arn

The ARN of the secret.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

SecretBinary

The decrypted part of the protected secret information that was originally provided as a binary. Base64 encoded.

Declaration
public readonly string SecretBinary
Field Value
Type Description
System.String
View Source

SecretId

Declaration
public readonly string SecretId
Field Value
Type Description
System.String
View Source

SecretString

The decrypted part of the protected secret information that was originally provided as a string.

Declaration
public readonly string SecretString
Field Value
Type Description
System.String
View Source

VersionId

The unique identifier of this version of the secret.

Declaration
public readonly string VersionId
Field Value
Type Description
System.String
View Source

VersionStage

Declaration
public readonly string VersionStage
Field Value
Type Description
System.String
View Source

VersionStages

Declaration
public readonly ImmutableArray<string> VersionStages
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.