expiryNotificationDurations

@JvmName(name = "ofosfyxbpkvikmkt")
suspend fun expiryNotificationDurations(value: Output<List<String>>)
@JvmName(name = "givwdgcuxupsvnel")
suspend fun expiryNotificationDurations(value: List<String>?)

Parameters

value

User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".


@JvmName(name = "wyhrrgickbcftjgl")
suspend fun expiryNotificationDurations(vararg values: Output<String>)


@JvmName(name = "wdrvfevgbxbsjkpr")
suspend fun expiryNotificationDurations(values: List<Output<String>>)
@JvmName(name = "tiypahdyvedjshhc")
suspend fun expiryNotificationDurations(vararg values: String)

Parameters

values

User can define the time to receive notification after which the auth config becomes invalid. Support up to 30 days. Support granularity in hours. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".