forked from googleworkspace/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 712 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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