INPUT_OBJECT
ServiceAccountInputInput
Description
Supported in v9.2+ The input for the RSC service account.
link GraphQL Schema definition
- input ServiceAccountInputInput {
- # 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! :
- # Required. Supported in v9.2+
- # The client secret for the service account.
- String! :
- # Required. Supported in v9.2+
- # The name of the RSC service account.
- String! :
- }