GetZeroTrustAccessKeyConfigurationResult

data class GetZeroTrustAccessKeyConfigurationResult(val accountId: String, val daysUntilNextRotation: Double, val id: String, val keyRotationIntervalDays: Double, val lastKeyRotationAt: String)

A collection of values returned by getZeroTrustAccessKeyConfiguration.

Constructors

Link copied to clipboard
constructor(accountId: String, daysUntilNextRotation: Double, id: String, keyRotationIntervalDays: Double, lastKeyRotationAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

The number of days until the next key rotation.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The number of days between key rotations.

Link copied to clipboard

The timestamp of the previous key rotation.