GroupAccessTokenRotationConfiguration

data class GroupAccessTokenRotationConfiguration(val expirationDays: Int, val rotateBeforeDays: Int)

Constructors

Link copied to clipboard
constructor(expirationDays: Int, rotateBeforeDays: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration (in days) the new token should be valid for.

Link copied to clipboard

The duration (in days) before the expiration when the token should be rotated. As an example, if set to 7 days, the token will rotate 7 days before the expiration date, but only when pulumi up is run in that timeframe.