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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AWS_ACCOUNT |
The node represents an AWS account. |
AWS_ACCOUNT_VALUE |
The node represents an AWS account. |
AWS_ORGANIZATION |
The node represents an AWS organization. |
AWS_ORGANIZATIONAL_UNIT |
The node represents an AWS organizational unit. |
AWS_ORGANIZATIONAL_UNIT_VALUE |
The node represents an AWS organizational unit. |
AWS_ORGANIZATION_VALUE |
The node represents an AWS organization. |
AZURE_MANAGEMENT_GROUP |
The node represents an Azure management group. |
AZURE_MANAGEMENT_GROUP_VALUE |
The node represents an Azure management group. |
AZURE_RESOURCE_GROUP |
The node represents an Azure resource group. |
AZURE_RESOURCE_GROUP_VALUE |
The node represents an Azure resource group. |
AZURE_SUBSCRIPTION |
The node represents an Azure subscription. |
AZURE_SUBSCRIPTION_VALUE |
The node represents an Azure subscription. |
GCP_FOLDER |
The node represents a Google Cloud folder. |
GCP_FOLDER_VALUE |
The node represents a Google Cloud folder. |
GCP_ORGANIZATION |
The node represents a Google Cloud organization. |
GCP_ORGANIZATION_VALUE |
The node represents a Google Cloud organization. |
GCP_PROJECT |
The node represents a Google Cloud project. |
GCP_PROJECT_VALUE |
The node represents a Google Cloud project. |
RESOURCE_PATH_NODE_TYPE_UNSPECIFIED |
Node type is unspecified. |
RESOURCE_PATH_NODE_TYPE_UNSPECIFIED_VALUE |
Node type is unspecified. |
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() |