File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -14059,6 +14059,8 @@ components:
1405914059 - admin_away_mode_change
1406014060 - admin_deletion
1406114061 - admin_deprovisioned
14062+ - admin_impersonation_consent_approved
14063+ - admin_impersonation_consent_revoked
1406214064 - admin_impersonation_end
1406314065 - admin_impersonation_start
1406414066 - admin_invite_change
@@ -14234,6 +14236,17 @@ components:
1423414236 nullable: true
1423514237 description: Indicates if the setting is enabled or disabled.
1423614238 example: true
14239+ consent_id:
14240+ type: integer
14241+ nullable: true
14242+ description: The ID of the impersonation consent.
14243+ example: 149673
14244+ expired_at:
14245+ type: string
14246+ format: date-time
14247+ nullable: true
14248+ description: The timestamp when the impersonation consent expires.
14249+ example: "2025-12-04T09:31:57.000Z"
1423714250 before:
1423814251 type: object
1423914252 nullable: true
You can’t perform that action at this time.
0 commit comments