Google Cloud Security Command Center V2 Client - Class ResourcePathNodeType (1.29.0)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class ResourcePathNodeType.

The type of resource the node represents.

Protobuf type google.cloud.securitycenter.v2.ResourcePath.ResourcePathNodeType

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ ResourcePath

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_PATH_NODE_TYPE_UNSPECIFIED

Value: 0

Node type is unspecified.

Generated from protobuf enum RESOURCE_PATH_NODE_TYPE_UNSPECIFIED = 0;

GCP_ORGANIZATION

Value: 1

The node represents a Google Cloud organization.

Generated from protobuf enum GCP_ORGANIZATION = 1;

GCP_FOLDER

Value: 2

The node represents a Google Cloud folder.

Generated from protobuf enum GCP_FOLDER = 2;

GCP_PROJECT

Value: 3

The node represents a Google Cloud project.

Generated from protobuf enum GCP_PROJECT = 3;

AWS_ORGANIZATION

Value: 4

The node represents an AWS organization.

Generated from protobuf enum AWS_ORGANIZATION = 4;

AWS_ORGANIZATIONAL_UNIT

Value: 5

The node represents an AWS organizational unit.

Generated from protobuf enum AWS_ORGANIZATIONAL_UNIT = 5;

AWS_ACCOUNT

Value: 6

The node represents an AWS account.

Generated from protobuf enum AWS_ACCOUNT = 6;

AZURE_MANAGEMENT_GROUP

Value: 7

The node represents an Azure management group.

Generated from protobuf enum AZURE_MANAGEMENT_GROUP = 7;

AZURE_SUBSCRIPTION

Value: 8

The node represents an Azure subscription.

Generated from protobuf enum AZURE_SUBSCRIPTION = 8;

AZURE_RESOURCE_GROUP

Value: 9

The node represents an Azure resource group.

Generated from protobuf enum AZURE_RESOURCE_GROUP = 9;