Skip to content

Commit 2e9d697

Browse files
committed
add what the checkbox is used for
1 parent 3e6e6ae commit 2e9d697

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

apps-script/incident-response/ChatApp.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

apps-script/incident-response/DocsApi.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

apps-script/incident-response/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,7 @@ The Chat app is ready to respond to messages.
292292
### 8. Open the web page
293293

294294
Navigate to the **Web app URL** from the Apps Script deployment to test your app.
295+
296+
#### 8.1 app auth mode
297+
If the checkbox is selected, the Chat app will use app authentication to create the space, add members and post the message to the space.
298+
If the checkbox is not selected, the Chat app will use human credentials instead and all the actions will be done on behalf of the user.

apps-script/incident-response/WebController.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)