Google Cloud Web Security Scanner V1beta Client - Class ExportToSecurityCommandCenter (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class ExportToSecurityCommandCenter.

Controls export of scan configurations and results to Cloud Security Command Center.

Protobuf type google.cloud.websecurityscanner.v1beta.ScanConfig.ExportToSecurityCommandCenter

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta \ ScanConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED

Value: 0

Use default, which is ENABLED.

Generated from protobuf enum EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED = 0;

ENABLED

Value: 1

Export results of this scan to Cloud Security Command Center.

Generated from protobuf enum ENABLED = 1;

DISABLED

Value: 2

Do not export results of this scan to Cloud Security Command Center.

Generated from protobuf enum DISABLED = 2;