GoogleCloudIntegrationsV1alphaServiceAccountCredentialsArgs

data class GoogleCloudIntegrationsV1alphaServiceAccountCredentialsArgs(val scope: Output<String>? = null, val serviceAccount: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaServiceAccountCredentialsArgs>

Represents the service account which can be used to generate access token for authenticating the service call.

Constructors

fun GoogleCloudIntegrationsV1alphaServiceAccountCredentialsArgs(scope: Output<String>? = null, serviceAccount: Output<String>? = null)

Functions

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

Properties

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

A space-delimited list of requested scope permissions.

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

Name of the service account that has the permission to make the request.