Get Access Credentials Result
data class GetAccessCredentialsResult(val accessKey: String, val backend: String, val id: String, val leaseDuration: Int, val leaseId: String, val leaseRenewable: Boolean, val leaseStartTime: String, val namespace: String? = null, val region: String? = null, val role: String, val roleArn: String? = null, val secretKey: String, val securityToken: String, val ttl: String? = null, val type: String? = null)
A collection of values returned by getAccessCredentials.
Constructors
Link copied to clipboard
constructor(accessKey: String, backend: String, id: String, leaseDuration: Int, leaseId: String, leaseRenewable: Boolean, leaseStartTime: String, namespace: String? = null, region: String? = null, role: String, roleArn: String? = null, secretKey: String, securityToken: String, ttl: String? = null, type: String? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The STS token returned by Vault, if any.