Group Service Account Access Token Rotation Configuration Args
data class GroupServiceAccountAccessTokenRotationConfigurationArgs(val expirationDays: Output<Int>? = null, val rotateBeforeDays: Output<Int>) : ConvertibleToJava<GroupServiceAccountAccessTokenRotationConfigurationArgs>
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.