Enum AuthorizationStatus
承認ステータススクリプトの承認ステータスを示す列挙型。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
ScriptApp.AuthorizationStatus.REQUIRED
です。
プロパティ
プロパティ | タイプ | 説明 |
REQUIRED | Enum | 1 つ以上のサービスを使用できるように、このスクリプトを承認する必要があります。ほとんどの場合、スクリプトは次回実行時にユーザーに認可を求めます。ただし、スクリプトがインストール可能なトリガーを使用するアドオンとして公開されている場合、トリガーは認可を求めることなくスクリプトを実行しますが、スクリプトが未承認のサービスを呼び出そうとすると例外をスローします。 |
NOT_REQUIRED | Enum | ユーザーが、このスクリプトに現在必要なすべての承認を付与している。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["AuthorizationStatus is an enumeration used to represent the authorization level of a script."],["Scripts may require user authorization to access certain services, indicated by `ScriptApp.AuthorizationStatus.REQUIRED`."],["If a script has all necessary authorizations, its status is represented by `ScriptApp.AuthorizationStatus.NOT_REQUIRED`."],["Add-ons using installable triggers might run without explicit authorization prompts but will throw exceptions when attempting to use unauthorized services."]]],[]]