Skip to content

Commit 6fc8702

Browse files
feat(accessapproval): update the api
#### accessapproval:v1 The following keys were added: - schemas.AccessApprovalSettings.properties.approvalPolicy.$ref (Total Keys: 1) - schemas.AccessApprovalSettings.properties.effectiveApprovalPolicy (Total Keys: 2) - schemas.ApproveDecision.properties.policyApproved.type (Total Keys: 1) - schemas.CustomerApprovalApprovalPolicy (Total Keys: 3)
1 parent e2aaf41 commit 6fc8702

7 files changed

+108
-1
lines changed

docs/dyn/accessapproval_v1.folders.approvalRequests.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ <h3>Method Details</h3>
123123
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
124124
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
125125
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
126+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
126127
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
127128
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
128129
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -188,6 +189,7 @@ <h3>Method Details</h3>
188189
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
189190
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
190191
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
192+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
191193
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
192194
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
193195
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -242,6 +244,7 @@ <h3>Method Details</h3>
242244
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
243245
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
244246
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
247+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
245248
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
246249
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
247250
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -302,6 +305,7 @@ <h3>Method Details</h3>
302305
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
303306
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
304307
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
308+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
305309
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
306310
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
307311
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -361,6 +365,7 @@ <h3>Method Details</h3>
361365
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
362366
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
363367
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
368+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
364369
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
365370
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
366371
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.

docs/dyn/accessapproval_v1.folders.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ <h3>Method Details</h3>
135135
{ # Settings on a Project/Folder/Organization related to Access Approval.
136136
&quot;activeKeyVersion&quot;: &quot;A String&quot;, # The asymmetric crypto key version to use for signing approval requests. Empty active_key_version indicates that a Google-managed key should be used for signing. This property will be ignored if set by an ancestor of this resource, and new non-empty values may not be set.
137137
&quot;ancestorHasActiveKeyVersion&quot;: True or False, # Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that an ancestor of this Project or Folder has set active_key_version (this field will always be unset for the organization since organizations do not have ancestors).
138+
&quot;approvalPolicy&quot;: { # Represents all the policies that can be set for Customer Approval. # Optional. Policy for approval. This contains all policies.
139+
&quot;justificationBasedApprovalPolicy&quot;: &quot;A String&quot;, # Optional. Policy for approval based on the justification given.
140+
},
141+
&quot;effectiveApprovalPolicy&quot;: { # Represents all the policies that can be set for Customer Approval. # Output only. Policy for approval included inherited settings to understand the exact policy applied to this resource. This is a read-only field.
142+
&quot;justificationBasedApprovalPolicy&quot;: &quot;A String&quot;, # Optional. Policy for approval based on the justification given.
143+
},
138144
&quot;enrolledAncestor&quot;: True or False, # Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project or Folder (this field will always be unset for the organization since organizations do not have ancestors).
139145
&quot;enrolledServices&quot;: [ # A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. If name refers to an organization, enrollment can be done for individual services. If name refers to a folder or project, enrollment can only be done on an all or nothing basis. If a cloud_product is repeated in this list, the first entry will be honored and all following entries will be discarded. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.
140146
{ # Represents the enrollment of a cloud resource into a specific service.
@@ -187,6 +193,12 @@ <h3>Method Details</h3>
187193
{ # Settings on a Project/Folder/Organization related to Access Approval.
188194
&quot;activeKeyVersion&quot;: &quot;A String&quot;, # The asymmetric crypto key version to use for signing approval requests. Empty active_key_version indicates that a Google-managed key should be used for signing. This property will be ignored if set by an ancestor of this resource, and new non-empty values may not be set.
189195
&quot;ancestorHasActiveKeyVersion&quot;: True or False, # Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that an ancestor of this Project or Folder has set active_key_version (this field will always be unset for the organization since organizations do not have ancestors).
196+
&quot;approvalPolicy&quot;: { # Represents all the policies that can be set for Customer Approval. # Optional. Policy for approval. This contains all policies.
197+
&quot;justificationBasedApprovalPolicy&quot;: &quot;A String&quot;, # Optional. Policy for approval based on the justification given.
198+
},
199+
&quot;effectiveApprovalPolicy&quot;: { # Represents all the policies that can be set for Customer Approval. # Output only. Policy for approval included inherited settings to understand the exact policy applied to this resource. This is a read-only field.
200+
&quot;justificationBasedApprovalPolicy&quot;: &quot;A String&quot;, # Optional. Policy for approval based on the justification given.
201+
},
190202
&quot;enrolledAncestor&quot;: True or False, # Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project or Folder (this field will always be unset for the organization since organizations do not have ancestors).
191203
&quot;enrolledServices&quot;: [ # A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. If name refers to an organization, enrollment can be done for individual services. If name refers to a folder or project, enrollment can only be done on an all or nothing basis. If a cloud_product is repeated in this list, the first entry will be honored and all following entries will be discarded. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.
192204
{ # Represents the enrollment of a cloud resource into a specific service.
@@ -218,6 +230,12 @@ <h3>Method Details</h3>
218230
{ # Settings on a Project/Folder/Organization related to Access Approval.
219231
&quot;activeKeyVersion&quot;: &quot;A String&quot;, # The asymmetric crypto key version to use for signing approval requests. Empty active_key_version indicates that a Google-managed key should be used for signing. This property will be ignored if set by an ancestor of this resource, and new non-empty values may not be set.
220232
&quot;ancestorHasActiveKeyVersion&quot;: True or False, # Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that an ancestor of this Project or Folder has set active_key_version (this field will always be unset for the organization since organizations do not have ancestors).
233+
&quot;approvalPolicy&quot;: { # Represents all the policies that can be set for Customer Approval. # Optional. Policy for approval. This contains all policies.
234+
&quot;justificationBasedApprovalPolicy&quot;: &quot;A String&quot;, # Optional. Policy for approval based on the justification given.
235+
},
236+
&quot;effectiveApprovalPolicy&quot;: { # Represents all the policies that can be set for Customer Approval. # Output only. Policy for approval included inherited settings to understand the exact policy applied to this resource. This is a read-only field.
237+
&quot;justificationBasedApprovalPolicy&quot;: &quot;A String&quot;, # Optional. Policy for approval based on the justification given.
238+
},
221239
&quot;enrolledAncestor&quot;: True or False, # Output only. This field is read only (not settable via UpdateAccessApprovalSettings method). If the field is true, that indicates that at least one service is enrolled for Access Approval in one or more ancestors of the Project or Folder (this field will always be unset for the organization since organizations do not have ancestors).
222240
&quot;enrolledServices&quot;: [ # A list of Google Cloud Services for which the given resource has Access Approval enrolled. Access requests for the resource given by name against any of these services contained here will be required to have explicit approval. If name refers to an organization, enrollment can be done for individual services. If name refers to a folder or project, enrollment can only be done on an all or nothing basis. If a cloud_product is repeated in this list, the first entry will be honored and all following entries will be discarded. A maximum of 10 enrolled services will be enforced, to be expanded as the set of supported services is expanded.
223241
{ # Represents the enrollment of a cloud resource into a specific service.

docs/dyn/accessapproval_v1.organizations.approvalRequests.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ <h3>Method Details</h3>
123123
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
124124
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
125125
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
126+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
126127
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
127128
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
128129
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -188,6 +189,7 @@ <h3>Method Details</h3>
188189
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
189190
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
190191
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
192+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
191193
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
192194
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
193195
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -242,6 +244,7 @@ <h3>Method Details</h3>
242244
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
243245
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
244246
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
247+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
245248
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
246249
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
247250
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -302,6 +305,7 @@ <h3>Method Details</h3>
302305
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
303306
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
304307
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
308+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
305309
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
306310
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
307311
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.
@@ -361,6 +365,7 @@ <h3>Method Details</h3>
361365
&quot;autoApproved&quot;: True or False, # True when the request has been auto-approved.
362366
&quot;expireTime&quot;: &quot;A String&quot;, # The time at which the approval expires.
363367
&quot;invalidateTime&quot;: &quot;A String&quot;, # If set, denotes the timestamp at which the approval is invalidated.
368+
&quot;policyApproved&quot;: True or False, # True when the request has been approved by the customer&#x27;s defined policy.
364369
&quot;signatureInfo&quot;: { # Information about the digital signature of the resource. # The signature for the ApprovalRequest and details on how it was signed.
365370
&quot;customerKmsKeyVersion&quot;: &quot;A String&quot;, # The resource name of the customer CryptoKeyVersion used for signing.
366371
&quot;googleKeyAlgorithm&quot;: &quot;A String&quot;, # The hashing algorithm used for signature verification. It will only be present in the case of Google managed keys.

0 commit comments

Comments
 (0)