Show / Hide Table of Contents

Class SecurityScanConfigAuthenticationGetArgs

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

Constructors

View Source

SecurityScanConfigAuthenticationGetArgs()

Declaration
public SecurityScanConfigAuthenticationGetArgs()

Properties

View Source

CustomAccount

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

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

GoogleAccount

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

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