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
Copy file name to clipboardExpand all lines: docs/dyn/accessapproval_v1.folders.approvalRequests.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,13 @@ <h3>Method Details</h3>
117
117
{ # A request for the customer to approve access to a resource.
118
118
"approve": { # A decision that has been made to approve access to a resource. # Access was approved.
119
119
"approveTime": "A String", # The time at which approval was granted.
120
+
"autoApproved": True or False, # True when the request has been auto-approved.
120
121
"expireTime": "A String", # The time at which the approval expires.
122
+
"signatureInfo": { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
123
+
"customerKmsKeyVersion": "A String", # The resource name of the customer CryptoKeyVersion used for signing.
124
+
"googlePublicKeyPem": "A String", # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
125
+
"signature": "A String", # The digital signature.
126
+
},
121
127
},
122
128
"dismiss": { # A decision that has been made to dismiss an approval request. # The request was dismissed.
123
129
"dismissTime": "A String", # The time at which the approval request was dismissed.
@@ -169,7 +175,13 @@ <h3>Method Details</h3>
169
175
{ # A request for the customer to approve access to a resource.
170
176
"approve": { # A decision that has been made to approve access to a resource. # Access was approved.
171
177
"approveTime": "A String", # The time at which approval was granted.
178
+
"autoApproved": True or False, # True when the request has been auto-approved.
172
179
"expireTime": "A String", # The time at which the approval expires.
180
+
"signatureInfo": { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
181
+
"customerKmsKeyVersion": "A String", # The resource name of the customer CryptoKeyVersion used for signing.
182
+
"googlePublicKeyPem": "A String", # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
183
+
"signature": "A String", # The digital signature.
184
+
},
173
185
},
174
186
"dismiss": { # A decision that has been made to dismiss an approval request. # The request was dismissed.
175
187
"dismissTime": "A String", # The time at which the approval request was dismissed.
@@ -210,7 +222,13 @@ <h3>Method Details</h3>
210
222
{ # A request for the customer to approve access to a resource.
211
223
"approve": { # A decision that has been made to approve access to a resource. # Access was approved.
212
224
"approveTime": "A String", # The time at which approval was granted.
225
+
"autoApproved": True or False, # True when the request has been auto-approved.
213
226
"expireTime": "A String", # The time at which the approval expires.
227
+
"signatureInfo": { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
228
+
"customerKmsKeyVersion": "A String", # The resource name of the customer CryptoKeyVersion used for signing.
229
+
"googlePublicKeyPem": "A String", # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
230
+
"signature": "A String", # The digital signature.
231
+
},
214
232
},
215
233
"dismiss": { # A decision that has been made to dismiss an approval request. # The request was dismissed.
216
234
"dismissTime": "A String", # The time at which the approval request was dismissed.
@@ -256,7 +274,13 @@ <h3>Method Details</h3>
256
274
{ # A request for the customer to approve access to a resource.
257
275
"approve": { # A decision that has been made to approve access to a resource. # Access was approved.
258
276
"approveTime": "A String", # The time at which approval was granted.
277
+
"autoApproved": True or False, # True when the request has been auto-approved.
259
278
"expireTime": "A String", # The time at which the approval expires.
279
+
"signatureInfo": { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
280
+
"customerKmsKeyVersion": "A String", # The resource name of the customer CryptoKeyVersion used for signing.
281
+
"googlePublicKeyPem": "A String", # The public key for the Google default signing, encoded in PEM format. The signature was created using a private key which may be verified using this public key.
282
+
"signature": "A String", # The digital signature.
283
+
},
260
284
},
261
285
"dismiss": { # A decision that has been made to dismiss an approval request. # The request was dismissed.
262
286
"dismissTime": "A String", # The time at which the approval request was dismissed.
0 commit comments