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 SourceAccessKey
The AWS Access Key ID returned by Vault.
Declaration
public readonly string AccessKey
Field Value
| Type | Description |
|---|---|
| System.String |
Backend
Declaration
public readonly string Backend
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.
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 |
Role
Declaration
public readonly string Role
Field Value
| Type | Description |
|---|---|
| System.String |
RoleArn
Declaration
public readonly string RoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
SecretKey
The AWS Secret Key returned by Vault.
Declaration
public readonly string SecretKey
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityToken
The STS token returned by Vault, if any.
Declaration
public readonly string SecurityToken
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |