AccessApplicationSaasAppRefreshTokenOptionArgs

data class AccessApplicationSaasAppRefreshTokenOptionArgs(val lifetime: Output<String>? = null) : ConvertibleToJava<AccessApplicationSaasAppRefreshTokenOptionArgs>

Constructors

constructor(lifetime: Output<String>? = null)

Properties

Link copied to clipboard
val lifetime: Output<String>? = null

How long a refresh token will be valid for after creation. Valid units are m, h and d. Must be longer than 1m.

Functions

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