You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This field contains the augmented information of the request."
1082
+
},
1079
1083
"requestedDuration": {
1080
1084
"description": "The requested access duration.",
1081
1085
"format": "google-duration",
@@ -1147,6 +1151,17 @@
1147
1151
},
1148
1152
"type": "object"
1149
1153
},
1154
+
"AugmentedInfo": {
1155
+
"description": "This field contains the augmented information of the request.",
1156
+
"id": "AugmentedInfo",
1157
+
"properties": {
1158
+
"command": {
1159
+
"description": "For command-line tools, the full command-line exactly as entered by the actor without adding any additional characters (such as quotation marks).",
1160
+
"type": "string"
1161
+
}
1162
+
},
1163
+
"type": "object"
1164
+
},
1150
1165
"DismissApprovalRequestMessage": {
1151
1166
"description": "Request to dismiss an approval request.",
0 commit comments