Google Cloud Integrations V1alpha Access Token Args
data class GoogleCloudIntegrationsV1alphaAccessTokenArgs(val accessToken: Output<String>? = null, val accessTokenExpireTime: Output<String>, val refreshToken: Output<String>? = null, val refreshTokenExpireTime: Output<String>? = null, val tokenType: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaAccessTokenArgs>
The access token represents the authorization of a specific application to access specific parts of a user’s data.