GetDefaultServiceAccountPlainArgs

data class GetDefaultServiceAccountPlainArgs(val project: String? = null) : ConvertibleToJava<GetDefaultServiceAccountPlainArgs>

A collection of arguments for invoking getDefaultServiceAccount.

Constructors

Link copied to clipboard
constructor(project: String? = null)

Properties

Link copied to clipboard
val project: String? = null

The project ID. If it is not provided, the provider project is used.

Functions

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