Skip to main content

GoogleSheetsCredentialsInput

Google service account credentials for accessing Google Sheets.

input GoogleSheetsCredentialsInput {
auth_provider_x509_cert_url: String!
auth_uri: String!
client_email: String!
client_id: String!
client_x509_cert_url: String!
private_key: String!
private_key_id: String!
project_id: String!
token_uri: String!
type: String!
universe_domain: String!
}

Fields

GoogleSheetsCredentialsInput.auth_provider_x509_cert_url ● String! non-null scalar common

The auth provider certificate URL.

GoogleSheetsCredentialsInput.auth_uri ● String! non-null scalar common

The OAuth authorization URI.

GoogleSheetsCredentialsInput.client_email ● String! non-null scalar common

The service account email.

GoogleSheetsCredentialsInput.client_id ● String! non-null scalar common

The service account client ID.

GoogleSheetsCredentialsInput.client_x509_cert_url ● String! non-null scalar common

The client certificate URL.

GoogleSheetsCredentialsInput.private_key ● String! non-null scalar common

The private key.

GoogleSheetsCredentialsInput.private_key_id ● String! non-null scalar common

The private key ID.

GoogleSheetsCredentialsInput.project_id ● String! non-null scalar common

The Google Cloud project ID.

GoogleSheetsCredentialsInput.token_uri ● String! non-null scalar common

The OAuth token URI.

GoogleSheetsCredentialsInput.type ● String! non-null scalar common

The credential type.

GoogleSheetsCredentialsInput.universe_domain ● String! non-null scalar common

The Google API universe domain.

Member Of

GenerateGoogleSheetsAccessTokenInput input