Show / Hide Table of Contents

Class SecurityScanConfigAuthenticationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityScanConfigAuthenticationArgs
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 SecurityScanConfigAuthenticationArgs : ResourceArgs

Constructors

View Source

SecurityScanConfigAuthenticationArgs()

Declaration
public SecurityScanConfigAuthenticationArgs()

Properties

View Source

CustomAccount

Describes authentication configuration that uses a custom account. Structure is documented below.

Declaration
public Input<SecurityScanConfigAuthenticationCustomAccountArgs> CustomAccount { get; set; }
Property Value
Type Description
Input<SecurityScanConfigAuthenticationCustomAccountArgs>
View Source

GoogleAccount

Describes authentication configuration that uses a Google account. Structure is documented below.

Declaration
public Input<SecurityScanConfigAuthenticationGoogleAccountArgs> GoogleAccount { get; set; }
Property Value
Type Description
Input<SecurityScanConfigAuthenticationGoogleAccountArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.