toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
InstanceFromTemplateServiceAccount
Instance
From
Template
Service
Account
data
class
InstanceFromTemplateServiceAccount
(
val
email
:
String
?
=
null
,
val
scopes
:
List
<
String
>
)
Members
Constructors
Instance
From
Template
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.