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
## Deleted keys were detected in the following stable discovery artifacts:
bigquery v2 3cf6af1
content v2.1 e5322d7
tpu v1 043aa17
## Deleted keys were detected in the following pre-stable discovery artifacts:
cloudsupport v2beta e8092f5
composer v1beta1 0d7de78
tpu v1alpha1 043aa17
tpu v2alpha1 043aa17
## Discovery Artifact Change Summary:
feat(accessapproval): update the api e4560c7
feat(androidmanagement): update the api 5bb6ed7
feat(bigquery): update the api 3cf6af1
feat(bigqueryreservation): update the api 79813fe
feat(cloudidentity): update the api 6c62fb2
feat(cloudsearch): update the api 5928fe9
feat(cloudsupport): update the api e8092f5
feat(composer): update the api 0d7de78
feat(container): update the api 7de5148
feat(content): update the api e5322d7
feat(displayvideo): update the api f85d452
feat(notebooks): update the api 6f35004
feat(privateca): update the api eb9a5da
feat(servicecontrol): update the api 63891f5
feat(tpu): update the api 043aa17
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