Show / Hide Table of Contents

Class GetAccessCredentialsResult

Inheritance
System.Object
GetAccessCredentialsResult
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.Aws
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetAccessCredentialsResult

Fields

View Source

AccessKey

The AWS Access Key ID returned by Vault.

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

Backend

Declaration
public readonly string Backend
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.

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

Role

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

RoleArn

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

SecretKey

The AWS Secret Key returned by Vault.

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

SecurityToken

The STS token returned by Vault, if any.

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

Type

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