GetAccessCredentialsResult

data class GetAccessCredentialsResult(val backend: String, val clientId: String, val clientSecret: String, val environment: String? = null, val id: String, val leaseDuration: Int, val leaseId: String, val leaseRenewable: Boolean, val leaseStartTime: String, val maxCredValidationSeconds: Int? = null, val namespace: String? = null, val numSecondsBetweenTests: Int? = null, val numSequentialSuccesses: Int? = null, val role: String, val subscriptionId: String? = null, val tenantId: String? = null, val validateCreds: Boolean? = null)

A collection of values returned by getAccessCredentials.

Constructors

Link copied to clipboard
constructor(backend: String, clientId: String, clientSecret: String, environment: String? = null, id: String, leaseDuration: Int, leaseId: String, leaseRenewable: Boolean, leaseStartTime: String, maxCredValidationSeconds: Int? = null, namespace: String? = null, numSecondsBetweenTests: Int? = null, numSequentialSuccesses: Int? = null, role: String, subscriptionId: String? = null, tenantId: String? = null, validateCreds: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The client id for credentials to query the Azure APIs.

Link copied to clipboard

The client secret for credentials to query the Azure APIs.

Link copied to clipboard
val environment: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

The lease identifier assigned by Vault.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subscriptionId: String? = null
Link copied to clipboard
val tenantId: String? = null
Link copied to clipboard
val validateCreds: Boolean? = null