Enum TargetResourceType (0.7.0)

public enum TargetResourceType extends Enum<TargetResourceType> implements ProtocolMessageEnum

The type of resource that a control or framework can be applied to.

Protobuf enum google.cloud.cloudsecuritycompliance.v1.TargetResourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
TARGET_RESOURCE_CRM_TYPE_FOLDER

The target resource is a folder.

TARGET_RESOURCE_CRM_TYPE_FOLDER = 2;

TARGET_RESOURCE_CRM_TYPE_FOLDER_VALUE

The target resource is a folder.

TARGET_RESOURCE_CRM_TYPE_FOLDER = 2;

TARGET_RESOURCE_CRM_TYPE_ORG

The target resource is a Google Cloud organization.

TARGET_RESOURCE_CRM_TYPE_ORG = 1;

TARGET_RESOURCE_CRM_TYPE_ORG_VALUE

The target resource is a Google Cloud organization.

TARGET_RESOURCE_CRM_TYPE_ORG = 1;

TARGET_RESOURCE_CRM_TYPE_PROJECT

The target resource is a project.

TARGET_RESOURCE_CRM_TYPE_PROJECT = 3;

TARGET_RESOURCE_CRM_TYPE_PROJECT_VALUE

The target resource is a project.

TARGET_RESOURCE_CRM_TYPE_PROJECT = 3;

TARGET_RESOURCE_TYPE_APPLICATION

The target resource is an application in App Hub.

TARGET_RESOURCE_TYPE_APPLICATION = 4;

TARGET_RESOURCE_TYPE_APPLICATION_VALUE

The target resource is an application in App Hub.

TARGET_RESOURCE_TYPE_APPLICATION = 4;

TARGET_RESOURCE_TYPE_UNSPECIFIED

Default value. This value is unused.

TARGET_RESOURCE_TYPE_UNSPECIFIED = 0;

TARGET_RESOURCE_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

TARGET_RESOURCE_TYPE_UNSPECIFIED = 0;

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