Google Cloud Web Security Scanner V1 Client - Class ExportToSecurityCommandCenter (1.0.0-RC1)

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

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

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

Namespace

Google \ Cloud \ WebSecurityScanner \ V1 \ ScanConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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 Security Command Center.

Generated from protobuf enum ENABLED = 1;

DISABLED

Value: 2

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

Generated from protobuf enum DISABLED = 2;