Enum ScanConfig.ExportToSecurityCommandCenter (2.2.1)

public enum ScanConfig.ExportToSecurityCommandCenter extends Enum<ScanConfig.ExportToSecurityCommandCenter> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

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

DISABLED = 2;

DISABLED_VALUE

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

DISABLED = 2;

ENABLED

Export results of this scan to Security Command Center.

ENABLED = 1;

ENABLED_VALUE

Export results of this scan to Security Command Center.

ENABLED = 1;

EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED

Use default, which is ENABLED.

EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED = 0;

EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED_VALUE

Use default, which is ENABLED.

EXPORT_TO_SECURITY_COMMAND_CENTER_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()