toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
InstanceFromMachineImageServiceAccount
Instance
From
Machine
Image
Service
Account
data
class
InstanceFromMachineImageServiceAccount
(
val
email
:
String
?
=
null
,
val
scopes
:
List
<
String
>
)
Members
Constructors
Instance
From
Machine
Image
Service
Account
Link copied to clipboard
constructor
(
email
:
String
?
=
null
,
scopes
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
The service account e-mail address.
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
A list of service scopes.