TriggerResponse

data class TriggerResponse(val timeAfterCreate: String? = null, val timeBeforeExpiry: String? = null)

Constructors

Link copied to clipboard
constructor(timeAfterCreate: String? = null, timeBeforeExpiry: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val timeAfterCreate: String? = null

The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.

Link copied to clipboard

The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.