expiryNotificationDurations

@JvmName(name = "ofjkcousjdmgixne")
suspend fun expiryNotificationDurations(value: Output<List<String>>)
@JvmName(name = "nqgltoxmftggobps")
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 = "ykeenbbreivpynui")
suspend fun expiryNotificationDurations(vararg values: Output<String>)


@JvmName(name = "jvuvxtcnduovuwso")
suspend fun expiryNotificationDurations(values: List<Output<String>>)
@JvmName(name = "ihkgvtgghbvmaihs")
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".