Enum ResourcePath.ResourcePathNodeType (2.57.0)

public enum ResourcePath.ResourcePathNodeType extends Enum<ResourcePath.ResourcePathNodeType> implements ProtocolMessageEnum

The type of resource the node represents.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AWS_ACCOUNT

The node represents an AWS account.

AWS_ACCOUNT = 6;

AWS_ACCOUNT_VALUE

The node represents an AWS account.

AWS_ACCOUNT = 6;

AWS_ORGANIZATION

The node represents an AWS organization.

AWS_ORGANIZATION = 4;

AWS_ORGANIZATIONAL_UNIT

The node represents an AWS organizational unit.

AWS_ORGANIZATIONAL_UNIT = 5;

AWS_ORGANIZATIONAL_UNIT_VALUE

The node represents an AWS organizational unit.

AWS_ORGANIZATIONAL_UNIT = 5;

AWS_ORGANIZATION_VALUE

The node represents an AWS organization.

AWS_ORGANIZATION = 4;

AZURE_MANAGEMENT_GROUP

The node represents an Azure management group.

AZURE_MANAGEMENT_GROUP = 7;

AZURE_MANAGEMENT_GROUP_VALUE

The node represents an Azure management group.

AZURE_MANAGEMENT_GROUP = 7;

AZURE_RESOURCE_GROUP

The node represents an Azure resource group.

AZURE_RESOURCE_GROUP = 9;

AZURE_RESOURCE_GROUP_VALUE

The node represents an Azure resource group.

AZURE_RESOURCE_GROUP = 9;

AZURE_SUBSCRIPTION

The node represents an Azure subscription.

AZURE_SUBSCRIPTION = 8;

AZURE_SUBSCRIPTION_VALUE

The node represents an Azure subscription.

AZURE_SUBSCRIPTION = 8;

GCP_FOLDER

The node represents a Google Cloud folder.

GCP_FOLDER = 2;

GCP_FOLDER_VALUE

The node represents a Google Cloud folder.

GCP_FOLDER = 2;

GCP_ORGANIZATION

The node represents a Google Cloud organization.

GCP_ORGANIZATION = 1;

GCP_ORGANIZATION_VALUE

The node represents a Google Cloud organization.

GCP_ORGANIZATION = 1;

GCP_PROJECT

The node represents a Google Cloud project.

GCP_PROJECT = 3;

GCP_PROJECT_VALUE

The node represents a Google Cloud project.

GCP_PROJECT = 3;

RESOURCE_PATH_NODE_TYPE_UNSPECIFIED

Node type is unspecified.

RESOURCE_PATH_NODE_TYPE_UNSPECIFIED = 0;

RESOURCE_PATH_NODE_TYPE_UNSPECIFIED_VALUE

Node type is unspecified.

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