Class InstanceServiceAccountArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceServiceAccountArgs : ResourceArgs
Constructors
View SourceInstanceServiceAccountArgs()
Declaration
public InstanceServiceAccountArgs()
Properties
View SourceThe service account e-mail address. If not given, the
default Google Compute Engine service account is used.
Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scopes
A list of service scopes. Both OAuth2 URLs and gcloud
short names are supported. To allow full access to all Cloud APIs, use the
cloud-platform scope. See a complete list of scopes here.
Note: allow_stopping_for_update must be set to true or your instance must have a desired_status of TERMINATED in order to update this field.
Declaration
public InputList<string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |