File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 211211 " seamless_auth_user_token_revoked" ,
212212 " migration_checklist_item_completed" ,
213213 " seamless_auth_org_created" ,
214- " seamless_auth_org_updated"
214+ " seamless_auth_org_updated" ,
215+ " salesforce_access_granted" ,
216+ " salesforce_access_removed" ,
217+ " salesforce_permissions_synced"
215218 ],
216219 "user" : [
217220 " custom_tos_accepted" ,
Original file line number Diff line number Diff line change @@ -223,6 +223,9 @@ private WorkspaceOrOrg() {
223223 public static final String seamless_auth_org_created = "seamless_auth_org_created" ;
224224 public static final String seamless_auth_org_updated = "seamless_auth_org_updated" ;
225225 public static final String migration_checklist_item_completed = "migration_checklist_item_completed" ;
226+ public static final String salesforce_access_granted = "salesforce_access_granted" ;
227+ public static final String salesforce_access_removed = "salesforce_access_removed" ;
228+ public static final String salesforce_permissions_synced = "salesforce_permissions_synced" ;
226229 }
227230
228231 public static class User {
You can’t perform that action at this time.
0 commit comments