OBJECT
GcpCloudAccountProject
Description
GCP Cloud Account Project.
link GraphQL Schema definition
- type GcpCloudAccountProject {
- # Rubrik ID of the GCP project.
- String! :
- # Native ID of the GCP Project.
- String! :
- # Name of the GCP project.
- String! :
- # Native Project Number of the GCP Project.
- Long! :
- # Google managed ID of the role created in the GCP project.
- String! :
- # Whether the GCP project uses global configuration for authentication.
- Boolean! :
- # The name of the organization containing the GCP Project.
- String! :
- # Specifies if the project is archived.
- Boolean! :
- }