Enum OrganizationSettings.AssetDiscoveryConfig.InclusionMode (2.5.6)

public enum OrganizationSettings.AssetDiscoveryConfig.InclusionMode extends Enum<OrganizationSettings.AssetDiscoveryConfig.InclusionMode> implements ProtocolMessageEnum

The mode of inclusion when running Asset Discovery. Asset discovery can be limited by explicitly identifying projects to be included or excluded. If INCLUDE_ONLY is set, then only those projects within the organization and their children are discovered during asset discovery. If EXCLUDE is set, then projects that don't match those projects are discovered during asset discovery. If neither are set, then all projects within the organization are discovered during asset discovery.

Protobuf enum google.cloud.securitycenter.v1p1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXCLUDE

Asset Discovery will ignore all resources under the projects specified. All other resources will be retrieved.

EXCLUDE = 2;

EXCLUDE_VALUE

Asset Discovery will ignore all resources under the projects specified. All other resources will be retrieved.

EXCLUDE = 2;

INCLUDE_ONLY

Asset Discovery will capture only the resources within the projects specified. All other resources will be ignored.

INCLUDE_ONLY = 1;

INCLUDE_ONLY_VALUE

Asset Discovery will capture only the resources within the projects specified. All other resources will be ignored.

INCLUDE_ONLY = 1;

INCLUSION_MODE_UNSPECIFIED

Unspecified. Setting the mode with this value will disable inclusion/exclusion filtering for Asset Discovery.

INCLUSION_MODE_UNSPECIFIED = 0;

INCLUSION_MODE_UNSPECIFIED_VALUE

Unspecified. Setting the mode with this value will disable inclusion/exclusion filtering for Asset Discovery.

INCLUSION_MODE_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()