Class SecurityScanConfigAuthenticationArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecurityScanConfigAuthenticationArgs : ResourceArgs
Constructors
View SourceSecurityScanConfigAuthenticationArgs()
Declaration
public SecurityScanConfigAuthenticationArgs()
Properties
View SourceCustomAccount
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> |
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> |