pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.beyondcorp.v1alpha.kotlin.inputs
/
ServiceAccountArgs
Service
Account
Args
data
class
ServiceAccountArgs
(
val
email
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ServiceAccountArgs
>
ServiceAccount represents a GCP service account.
Constructors
Functions
Properties
Constructors
Service
Account
Args
Link copied to clipboard
fun
ServiceAccountArgs
(
email
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceAccountArgs
Properties
email
Link copied to clipboard
val
email
:
Output
<
String
>
?
=
null
Email address of the service account.