Files
googleworkspace__cli/.env.example
2026-03-02 17:26:21 -07:00

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