Get Access Credentials Result
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)
Properties
Link copied to clipboard
The client secret for credentials to query the Azure APIs.
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard