OBJECT
GcpCloudAccountProjectForOauth
Description
Details of a GCP project for OAuth.
link GraphQL Schema definition
- type GcpCloudAccountProjectForOauth {
- # CredentialsManagedBy specifies who manages the GCP credentials used for
- # authentication and authorization when accessing GCP resources within the Rubrik
- # platform.
- : CredentialsManagedBy!
- # List of permissions missing in the GCP project.
- : [String!]
- # GCP project name.
- : String!
- # GCP project ID.
- : String!
- }