PersonalAccessTokenRotationConfigurationArgs

data class PersonalAccessTokenRotationConfigurationArgs(val expirationDays: Output<Int>, val rotateBeforeDays: Output<Int>) : ConvertibleToJava<PersonalAccessTokenRotationConfigurationArgs>

Constructors

constructor(expirationDays: Output<Int>, rotateBeforeDays: Output<Int>)

Properties

Link copied to clipboard
val expirationDays: Output<Int>

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

Link copied to clipboard
val rotateBeforeDays: Output<Int>

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.

Functions

Link copied to clipboard
open override fun toJava(): PersonalAccessTokenRotationConfigurationArgs