Google Cloud Security Compliance V1 Client - Class TargetResourceType (0.2.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class TargetResourceType.

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

Protobuf type google.cloud.cloudsecuritycompliance.v1.TargetResourceType

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TARGET_RESOURCE_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum TARGET_RESOURCE_TYPE_UNSPECIFIED = 0;

TARGET_RESOURCE_CRM_TYPE_ORG

Value: 1

The target resource is a Google Cloud organization.

Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_ORG = 1;

TARGET_RESOURCE_CRM_TYPE_FOLDER

Value: 2

The target resource is a folder.

Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_FOLDER = 2;

TARGET_RESOURCE_CRM_TYPE_PROJECT

Value: 3

The target resource is a project.

Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_PROJECT = 3;

TARGET_RESOURCE_TYPE_APPLICATION

Value: 4

The target resource is an application in App Hub.

Generated from protobuf enum TARGET_RESOURCE_TYPE_APPLICATION = 4;