mirror of
https://github.com/googleworkspace/cli.git
synced 2026-09-14 16:47:13 +08:00
19 lines
712 B
Bash
19 lines
712 B
Bash
# OAuth Client Credentials
|
|
# Create these at https://console.cloud.google.com/apis/credentials
|
|
GOOGLE_WORKSPACE_CLI_CLIENT_ID=
|
|
GOOGLE_WORKSPACE_CLI_CLIENT_SECRET=
|
|
|
|
# Authentication
|
|
# Path to a service account JSON key file or user credentials
|
|
# GOOGLE_WORKSPACE_CLI_CREDENTIALS_FILE=
|
|
|
|
# Impersonation (Domain-Wide Delegation)
|
|
# Email address of the user to impersonate when using a service account
|
|
# GOOGLE_WORKSPACE_CLI_IMPERSONATED_USER=
|
|
|
|
# Model Armor Sanitization
|
|
# Default template resource name for --sanitize
|
|
# GOOGLE_WORKSPACE_CLI_SANITIZE_TEMPLATE=projects/my-project/locations/us-central1/templates/my-template
|
|
# Sanitization mode: 'warn' (default) or 'block'
|
|
# GOOGLE_WORKSPACE_CLI_SANITIZE_MODE=warn
|