nodeType property
The type of resource this node represents. Possible string values are:
- "RESOURCE_PATH_NODE_TYPE_UNSPECIFIED" : Node type is unspecified.
- "GCP_ORGANIZATION" : The node represents a Google Cloud organization.
- "GCP_FOLDER" : The node represents a Google Cloud folder.
- "GCP_PROJECT" : The node represents a Google Cloud project.
- "AWS_ORGANIZATION" : The node represents an AWS organization.
- "AWS_ORGANIZATIONAL_UNIT" : The node represents an AWS organizational unit.
- "AWS_ACCOUNT" : The node represents an AWS account.
- "AZURE_MANAGEMENT_GROUP" : The node represents an Azure management group.
- "AZURE_SUBSCRIPTION" : The node represents an Azure subscription.
- "AZURE_RESOURCE_GROUP" : The node represents an Azure resource group.
Implementation
core.String? nodeType;