Show / Hide Table of Contents

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 Source

Data

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>
View Source

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
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

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
View Source

LeaseId

The lease identifier assigned by Vault, if any.

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

LeaseRenewable

Declaration
public readonly bool LeaseRenewable
Field Value
Type Description
System.Boolean
View Source

LeaseStartTime

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

Path

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

Version

Declaration
public readonly int? Version
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.