pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
GetInstanceServiceAccount
Get
Instance
Service
Account
data
class
GetInstanceServiceAccount
(
val
email
:
String
,
val
scopes
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Get
Instance
Service
Account
Link copied to clipboard
fun
GetInstanceServiceAccount
(
email
:
String
,
scopes
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
The service account e-mail address.
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
A list of service scopes.