Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class TargetResourceType.
TargetResourceType represents the type of resource that a control or framework can be applied to.
Protobuf type google.cloud.cloudsecuritycompliance.v1.TargetResourceType
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TARGET_RESOURCE_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum TARGET_RESOURCE_TYPE_UNSPECIFIED = 0;
TARGET_RESOURCE_CRM_TYPE_ORG
Value: 1Target resource is an Organization.
Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_ORG = 1;
TARGET_RESOURCE_CRM_TYPE_FOLDER
Value: 2Target resource is a Folder.
Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_FOLDER = 2;
TARGET_RESOURCE_CRM_TYPE_PROJECT
Value: 3Target resource is a Project.
Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_PROJECT = 3;
TARGET_RESOURCE_TYPE_APPLICATION
Value: 4Target resource is an Application.
Generated from protobuf enum TARGET_RESOURCE_TYPE_APPLICATION = 4;