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 SourceCustomAccount
Describes authentication configuration that uses a custom account. Structure is documented below.
Declaration
public readonly SecurityScanConfigAuthenticationCustomAccount CustomAccount
Field Value
| Type | Description |
|---|---|
| SecurityScanConfigAuthenticationCustomAccount |
GoogleAccount
Describes authentication configuration that uses a Google account. Structure is documented below.
Declaration
public readonly SecurityScanConfigAuthenticationGoogleAccount GoogleAccount
Field Value
| Type | Description |
|---|---|
| SecurityScanConfigAuthenticationGoogleAccount |