data class GetAccountJwtPlainArgs(val delegates: List<String>? = null, val expiresIn: Int? = null, val payload: String, val targetServiceAccount: String) : ConvertibleToJava<GetAccountJwtPlainArgs>
A collection of arguments for invoking getAccountJwt.
Number of seconds until the JWT expires. If set and non-zero an exp claim will be added to the payload derived from the current timestamp plus expires_in seconds.