OBJECT
ServiceAccountInfo
Description
Supported in v9.2+ The details of the RSC service account.
link GraphQL Schema definition
- type ServiceAccountInfo {
- # Required. Supported in v9.2+
- # The access token for the service account.
- : String!
- # Required. Supported in v9.2+
- # The client ID for the service account.
- : String!
- # Supported in v9.4+
- # There was an error when fetching the service account secret from the Kubernetes
- # cluster.
- : Boolean
- # Required. Supported in v9.2+
- # The name of the RSC service account.
- : String!
- }