OBJECT
GcpCloudAccountProject
Description
GCP Cloud Account Project.
link GraphQL Schema definition
- type GcpCloudAccountProject {
- # CredentialsManagedBy specifies who manages the GCP credentials used for
- # authentication and authorization when accessing GCP resources within the Rubrik
- # platform.
- : CredentialsManagedBy!
- # Service account that will be used to make cloud calls for this project.
- : String!
- # 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!
- # The managed object id of the project in the authz service.
- : 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!
- }