Scope
Identifies the Google API access that your application is requesting. Scopes are space-delimited.
データ型
string
デフォルト値
""
解説
スコープは、認証ユーザーがどのようなアクセス権を持つかを定義するために設定されます。例えば、読み取り、読み取りと書き込み、機密情報への制限付きアクセスなどです。システム管理者は、スコープを使用して機能またはセキュリティクリアランスによるアクセスを選択的に有効化できます。
InitiateOAuth がGETANDREFRESH に設定されている場合、要求するスコープを変更したい場合はこのプロパティを使用する必要があります。 InitiateOAuth がREFRESH またはOFF のいずれかに設定されている場合、要求するスコープを変更したい場合は、このプロパティまたはScope 入力を使用する必要があります。
By default, the 本製品 requests only the scope https://www.googleapis.com/auth/calendar, but in some cases more scopes are required. For example, when downloading attachments with stored procedures, the additional scope https://www.googleapis.com/auth/drive is also required.