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 \ 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: 1The target resource is a Google Cloud organization.
Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_ORG = 1;
TARGET_RESOURCE_CRM_TYPE_FOLDER
Value: 2The target resource is a folder.
Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_FOLDER = 2;
TARGET_RESOURCE_CRM_TYPE_PROJECT
Value: 3The target resource is a project.
Generated from protobuf enum TARGET_RESOURCE_CRM_TYPE_PROJECT = 3;
TARGET_RESOURCE_TYPE_APPLICATION
Value: 4The target resource is an application in App Hub.
Generated from protobuf enum TARGET_RESOURCE_TYPE_APPLICATION = 4;