AuthConfigDecryptedCredentialServiceAccountCredentialsArgs

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

Constructors

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

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.

Functions

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