OBJECT
GcpCloudAccountProject
Description
GCP Cloud Account Project.
link GraphQL Schema definition
- type GcpCloudAccountProject {
- # Rubrik ID of the GCP project.
- : String!
- # Specifies if the project is archived.
- : Boolean!
- # Name of the GCP project.
- : String!
- # The name of the organization containing the GCP Project.
- : String!
- # Native ID 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!
- }