Show / Hide Table of Contents

Class InstanceFromTemplateServiceAccountGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateServiceAccountGetArgs
Inherited Members
ResourceArgs.Empty
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 InstanceFromTemplateServiceAccountGetArgs : ResourceArgs

Constructors

View Source

InstanceFromTemplateServiceAccountGetArgs()

Declaration
public InstanceFromTemplateServiceAccountGetArgs()

Properties

View Source

Email

Declaration
public Input<string> Email { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scopes

Declaration
public InputList<string> Scopes { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.