AccessApplicationSaasAppRefreshTokenOptionsArgs

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

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,d. Must be longer than 1m.

Functions

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