Enum SecurityCenterService.EnablementState (0.22.0)

public enum SecurityCenterService.EnablementState extends Enum<SecurityCenterService.EnablementState> implements ProtocolMessageEnum

Represents the possible enablement states for a service or module.

Protobuf enum google.cloud.securitycentermanagement.v1.SecurityCenterService.EnablementState

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISABLED

State is disabled.

DISABLED = 3;

DISABLED_VALUE

State is disabled.

DISABLED = 3;

ENABLED

State is enabled.

ENABLED = 2;

ENABLED_VALUE

State is enabled.

ENABLED = 2;

ENABLEMENT_STATE_UNSPECIFIED

Default value. This value is unused.

ENABLEMENT_STATE_UNSPECIFIED = 0;

ENABLEMENT_STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

ENABLEMENT_STATE_UNSPECIFIED = 0;

INGEST_ONLY

Security Command Center is configured to ingest findings from this service, but not to enable this service. This state indicates that Security Command Center is misconfigured. You can't set this state yourself.

INGEST_ONLY = 4;

INGEST_ONLY_VALUE

Security Command Center is configured to ingest findings from this service, but not to enable this service. This state indicates that Security Command Center is misconfigured. You can't set this state yourself.

INGEST_ONLY = 4;

INHERITED

State is inherited from the parent resource. Valid as an intended enablement state, but not as an effective enablement state.

INHERITED = 1;

INHERITED_VALUE

State is inherited from the parent resource. Valid as an intended enablement state, but not as an effective enablement state.

INHERITED = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()