Show / Hide Table of Contents

Class SecurityScanConfigAuthentication

Inheritance
System.Object
SecurityScanConfigAuthentication
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecurityScanConfigAuthentication

Fields

View Source

CustomAccount

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

Declaration
public readonly SecurityScanConfigAuthenticationCustomAccount CustomAccount
Field Value
Type Description
SecurityScanConfigAuthenticationCustomAccount
View Source

GoogleAccount

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

Declaration
public readonly SecurityScanConfigAuthenticationGoogleAccount GoogleAccount
Field Value
Type Description
SecurityScanConfigAuthenticationGoogleAccount
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.