Skip to content

Commit e4560c7

Browse files
feat(accessapproval): update the api
#### accessapproval:v1 The following keys were added: - resources.folders.methods.getServiceAccount (Total Keys: 11) - resources.organizations.methods.getServiceAccount (Total Keys: 11) - resources.projects.methods.getServiceAccount (Total Keys: 11) - schemas.AccessApprovalServiceAccount (Total Keys: 4) - schemas.AccessApprovalSettings.properties.activeKeyVersion.type (Total Keys: 1) - schemas.AccessApprovalSettings.properties.ancestorHasActiveKeyVersion (Total Keys: 2) - schemas.AccessApprovalSettings.properties.invalidKeyVersion (Total Keys: 2) - schemas.ApproveDecision.properties.autoApproved.type (Total Keys: 1) - schemas.ApproveDecision.properties.signatureInfo.$ref (Total Keys: 1) - schemas.SignatureInfo (Total Keys: 6)
1 parent d12c714 commit e4560c7

7 files changed

+305
-3
lines changed

docs/dyn/accessapproval_v1.folders.approvalRequests.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,13 @@ <h3>Method Details</h3>
117117
{ # A request for the customer to approve access to a resource.
118118
&quot;approve&quot;: { # A decision that has been made to approve access to a resource. # Access was approved.
119119
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
120+
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
120121
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
122+
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
123+
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
124+
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # 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+
&quot;signature&quot;: &quot;A String&quot;, # The digital signature.
126+
},
121127
},
122128
&quot;dismiss&quot;: { # A decision that has been made to dismiss an approval request. # The request was dismissed.
123129
&quot;dismissTime&quot;: &quot;A String&quot;, # The time at which the approval request was dismissed.
@@ -169,7 +175,13 @@ <h3>Method Details</h3>
169175
{ # A request for the customer to approve access to a resource.
170176
&quot;approve&quot;: { # A decision that has been made to approve access to a resource. # Access was approved.
171177
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
178+
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
172179
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
180+
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
181+
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
182+
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # 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+
&quot;signature&quot;: &quot;A String&quot;, # The digital signature.
184+
},
173185
},
174186
&quot;dismiss&quot;: { # A decision that has been made to dismiss an approval request. # The request was dismissed.
175187
&quot;dismissTime&quot;: &quot;A String&quot;, # The time at which the approval request was dismissed.
@@ -210,7 +222,13 @@ <h3>Method Details</h3>
210222
{ # A request for the customer to approve access to a resource.
211223
&quot;approve&quot;: { # A decision that has been made to approve access to a resource. # Access was approved.
212224
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
225+
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
213226
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
227+
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
228+
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
229+
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # 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+
&quot;signature&quot;: &quot;A String&quot;, # The digital signature.
231+
},
214232
},
215233
&quot;dismiss&quot;: { # A decision that has been made to dismiss an approval request. # The request was dismissed.
216234
&quot;dismissTime&quot;: &quot;A String&quot;, # The time at which the approval request was dismissed.
@@ -256,7 +274,13 @@ <h3>Method Details</h3>
256274
{ # A request for the customer to approve access to a resource.
257275
&quot;approve&quot;: { # A decision that has been made to approve access to a resource. # Access was approved.
258276
&quot;approveTime&quot;: &quot;A String&quot;, # The time at which approval was granted.
277+
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
259278
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
279+
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
280+
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
281+
&quot;googlePublicKeyPem&quot;: &quot;A String&quot;, # 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+
&quot;signature&quot;: &quot;A String&quot;, # The digital signature.
283+
},
260284
},
261285
&quot;dismiss&quot;: { # A decision that has been made to dismiss an approval request. # The request was dismissed.
262286
&quot;dismissTime&quot;: &quot;A String&quot;, # The time at which the approval request was dismissed.

0 commit comments

Comments
 (0)