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 SourceArn
The ARN of the secret.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
SecretId
Declaration
public readonly string SecretId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
VersionId
The unique identifier of this version of the secret.
Declaration
public readonly string VersionId
Field Value
| Type | Description |
|---|---|
| System.String |
VersionStage
Declaration
public readonly string VersionStage
Field Value
| Type | Description |
|---|---|
| System.String |
VersionStages
Declaration
public readonly ImmutableArray<string> VersionStages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |