Class GetSecretResult
Inheritance
System.Object
GetSecretResult
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.Vault.Generic
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetSecretResult
Fields
View SourceData
A mapping whose keys are the top-level data keys returned from Vault and whose values are the corresponding values. This map can only represent string data, so any non-string values returned from Vault are serialized as JSON.
Declaration
public readonly ImmutableDictionary<string, object> Data
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
DataJson
A string containing the full data payload retrieved from Vault, serialized in JSON format.
Declaration
public readonly string DataJson
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 |
LeaseDuration
The duration of the secret lease, in seconds relative to the time the data was requested. Once this time has passed any plan generated with this data may fail to apply.
Declaration
public readonly int LeaseDuration
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LeaseId
The lease identifier assigned by Vault, if any.
Declaration
public readonly string LeaseId
Field Value
| Type | Description |
|---|---|
| System.String |
LeaseRenewable
Declaration
public readonly bool LeaseRenewable
Field Value
| Type | Description |
|---|---|
| System.Boolean |
LeaseStartTime
Declaration
public readonly string LeaseStartTime
Field Value
| Type | Description |
|---|---|
| System.String |
Path
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
public readonly int? Version
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |