Enum AuthorizationStatus
AuthorizationStatus
表示指令碼授權狀態的列舉項目。
如要呼叫列舉,您可以呼叫其父項類別、名稱和屬性。例如
ScriptApp.AuthorizationStatus.REQUIRED
。
屬性
屬性 | 類型 | 說明 |
REQUIRED | Enum | 使用者必須授權這個指令碼使用一或多項服務。在大多數情況下,指令碼會在下次執行時提示使用者進行授權;不過,如果將指令碼發布為使用可安裝觸發條件的外掛程式,則觸發條件會在不提示授權的情況下執行指令碼,但如果指令碼嘗試呼叫未經授權的服務,則會擲回例外狀況。 |
NOT_REQUIRED | Enum | 使用者已授予這個指令碼目前所需的所有授權。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-01 (世界標準時間)。
[null,null,["上次更新時間:2023-12-01 (世界標準時間)。"],[[["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."]]],[]]