GetProjectServiceAccountPlainArgs

data class GetProjectServiceAccountPlainArgs(val project: String? = null, val userProject: String? = null) : ConvertibleToJava<GetProjectServiceAccountPlainArgs>

A collection of arguments for invoking getProjectServiceAccount.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

The project the unique service account was created for. If it is not provided, the provider project is used.

Link copied to clipboard
val userProject: String? = null

The project the lookup originates from. This field is used if you are making the request from a different account than the one you are finding the service account for.

Functions

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