Enum AuthMode  |  Apps Script  |  Google for Developers (2024)

Stay organized with collections Save and categorize content based on your preferences.

An enumeration that identifies which categories of authorized services Apps Script is able toexecute through a triggered function. These values are exposed in triggered functions as the authModeproperty of the event parameter, e. Formore information, see the guide to theauthorization lifecycle for add-ons.

To call an enum, you call its parent class, name, and property. For example, ScriptApp.AuthMode.CUSTOM_FUNCTION.

function onOpen(e) { var menu = SpreadsheetApp.getUi().createAddonMenu(); if (e && e.authMode == ScriptApp.AuthMode.NONE) { // Add a normal menu item (works in all authorization modes). menu.addItem('Start workflow', 'startWorkflow'); } else { // Add a menu item based on properties (doesn't work in AuthMode.NONE). var properties = PropertiesService.getDocumentProperties(); var workflowStarted = properties.getProperty('workflowStarted'); if (workflowStarted) { menu.addItem('Check workflow status', 'checkWorkflow'); } else { menu.addItem('Start workflow', 'startWorkflow'); } // Record analytics. UrlFetchApp.fetch('http://www.example.com/analytics?event=open'); } menu.addToUi();}

Properties

PropertyTypeDescription
NONEEnumA mode that does not allow access to any services that require authorization. This mode occurswhen an add-on executes an onOpen(e) simple trigger, and the user has installed anadd-on in a different document but the add-on has not been used in the current document.
CUSTOM_FUNCTIONEnumA mode that allows access to a limited subset of services for use in custom spreadsheetfunctions. Some of these services — including read-only access to Spreadsheet service —normally require authorization, but are permitted without authorization when used in a customfunction. Because custom functions do not include an event parameter, this value is neverreturned; it is documented only to demonstrate that custom functions run in their ownauthorization mode.
LIMITEDEnumA mode that allows access to a limited subset of services. This mode occurs when an add-on or ascript bound to a document executes an onOpen(e) or onEdit(e) simple trigger, except in the case described for NONE.
FULLEnumA mode that allows access to all services that require authorization. This mode occurs when anadd-on or a script executes as the result of any trigger other than the cases described forLIMITED or NONE.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-11-01 UTC.

Enum AuthMode  |  Apps Script  |  Google for Developers (2024)
Top Articles
FIFA 23 FUT Birthday Swaps Tracker - Tokens and Rewards
Foreign Pension Benefits - The TaxSavers
Bleak Faith: Forsaken – im Test (PS5)
Www.1Tamilmv.cafe
Regal Amc Near Me
Fredatmcd.read.inkling.com
Top Scorers Transfermarkt
Toyota gebraucht kaufen in tacoma_ - AutoScout24
Phenix Food Locker Weekly Ad
Bank Of America Appointments Near Me
Shaniki Hernandez Cam
Irving Hac
Ssefth1203
Guardians Of The Galaxy Vol 3 Full Movie 123Movies
Edible Arrangements Keller
Winterset Rants And Raves
Healing Guide Dragonflight 10.2.7 Wow Warring Dueling Guide
Springfield Mo Craiglist
Immortal Ink Waxahachie
Wgu Academy Phone Number
Kirksey's Mortuary - Birmingham - Alabama - Funeral Homes | Tribute Archive
Tu Pulga Online Utah
Happy Life 365, Kelly Weekers | 9789021569444 | Boeken | bol
Cardaras Funeral Homes
Dal Tadka Recipe - Punjabi Dhaba Style
How do you get noble pursuit?
Hwy 57 Nursery Michie Tn
950 Sqft 2 BHK Villa for sale in Devi Redhills Sirinium | Red Hills, Chennai | Property ID - 15334774
5 Star Rated Nail Salons Near Me
About | Swan Medical Group
Bee And Willow Bar Cart
2016 Honda Accord Belt Diagram
Terrier Hockey Blog
Heavenly Delusion Gif
Wsbtv Fish And Game Report
The Best Restaurants in Dublin - The MICHELIN Guide
Crazy Balls 3D Racing . Online Games . BrightestGames.com
Vocabulary Workshop Level B Unit 13 Choosing The Right Word
A Comprehensive 360 Training Review (2021) — How Good Is It?
Ursula Creed Datasheet
Ezpawn Online Payment
Arcane Bloodline Pathfinder
Pulitzer And Tony Winning Play About A Mathematical Genius Crossword
Dr Mayy Deadrick Paradise Valley
Pixel Gun 3D Unblocked Games
Stitch And Angel Tattoo Black And White
Learn4Good Job Posting
Ajpw Sugar Glider Worth
Fallout 76 Fox Locations
O'reilly's Eastman Georgia
Swissport Timecard
Latest Posts
Article information

Author: Allyn Kozey

Last Updated:

Views: 5419

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Allyn Kozey

Birthday: 1993-12-21

Address: Suite 454 40343 Larson Union, Port Melia, TX 16164

Phone: +2456904400762

Job: Investor Administrator

Hobby: Sketching, Puzzles, Pet, Mountaineering, Skydiving, Dowsing, Sports

Introduction: My name is Allyn Kozey, I am a outstanding, colorful, adventurous, encouraging, zealous, tender, helpful person who loves writing and wants to share my knowledge and understanding with you.