Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15aa5af

Browse files
committedMay 24, 2023
feat(securitycenter): update the api
#### securitycenter:v1 The following keys were added: - schemas.CloudDlpDataProfile.properties.parentType.type (Total Keys: 1) #### securitycenter:v1beta1 The following keys were added: - schemas.CloudDlpDataProfile.properties.parentType.type (Total Keys: 1) #### securitycenter:v1beta2 The following keys were added: - schemas.CloudDlpDataProfile.properties.parentType.type (Total Keys: 1)
1 parent 309d467 commit 15aa5af

18 files changed

+1959
-1900
lines changed
 

‎docs/dyn/securitycenter_v1.folders.bigQueryExports.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
122122
}
123123

124-
bigQueryExportId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
124+
bigQueryExportId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
125125
x__xgafv: string, V1 error format.
126126
Allowed values
127127
1 - v1 error format

‎docs/dyn/securitycenter_v1.folders.muteConfigs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the mute config was updated. This field is set by the server and will be ignored if provided on config creation or update.
121121
}
122122

123-
muteConfigId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
123+
muteConfigId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
124124
x__xgafv: string, V1 error format.
125125
Allowed values
126126
1 - v1 error format

‎docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>Instance Methods</h2>
100100
<p class="firstline">Retrieves the next page of results.</p>
101101
<p class="toc_element">
102102
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
103-
<p class="firstline">Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of inherited). Updating the display name and custom config of a module is supported on resident modules only.</p>
103+
<p class="firstline">Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name and custom config of a module is supported on resident modules only.</p>
104104
<h3>Method Details</h3>
105105
<div class="method">
106106
<code class="details" id="close">close()</code>
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288288
Returns:
289289
An object of the form:
290290

291-
{ # Response message for listing security health analytics custom modules.
291+
{ # Response message for listing Security Health Analytics custom modules.
292292
&quot;nextPageToken&quot;: &quot;A String&quot;, # If not empty, indicates that there may be more custom modules to be returned.
293293
&quot;securityHealthAnalyticsCustomModules&quot;: [ # Custom modules belonging to the requested parent.
294294
{ # Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
@@ -348,7 +348,7 @@ <h3>Method Details</h3>
348348
Returns:
349349
An object of the form:
350350

351-
{ # Response message for listing descendant security health analytics custom modules.
351+
{ # Response message for listing descendant Security Health Analytics custom modules.
352352
&quot;nextPageToken&quot;: &quot;A String&quot;, # If not empty, indicates that there may be more custom modules to be returned.
353353
&quot;securityHealthAnalyticsCustomModules&quot;: [ # Custom modules belonging to the requested parent and its descendants.
354354
{ # Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
@@ -422,7 +422,7 @@ <h3>Method Details</h3>
422422

423423
<div class="method">
424424
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
425-
<pre>Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of inherited). Updating the display name and custom config of a module is supported on resident modules only.
425+
<pre>Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of &quot;inherited&quot;). Updating the display name and custom config of a module is supported on resident modules only.
426426

427427
Args:
428428
name: string, Immutable. The resource name of the custom module. Its format is &quot;organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}&quot;, or &quot;folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}&quot;, or &quot;projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}&quot; The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits. (required)

‎docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.effectiveCustomModules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158
Returns:
159159
An object of the form:
160160

161-
{ # Response message for listing effective security health analytics custom modules.
161+
{ # Response message for listing effective Security Health Analytics custom modules.
162162
&quot;effectiveSecurityHealthAnalyticsCustomModules&quot;: [ # Effective custom modules belonging to the requested parent.
163163
{ # An EffectiveSecurityHealthAnalyticsCustomModule is the representation of a Security Health Analytics custom module at a specified level of the resource hierarchy: organization, folder, or project. If a custom module is inherited from a parent organization or folder, the value of the `enablementState` property in EffectiveSecurityHealthAnalyticsCustomModule is set to the value that is effective in the parent, instead of `INHERITED`. For example, if the module is enabled in a parent organization or folder, the effective enablement_state for the module in all child folders or projects is also `enabled`. EffectiveSecurityHealthAnalyticsCustomModule is read-only.
164164
&quot;customConfig&quot;: { # Defines the properties in a custom module configuration for Security Health Analytics. Use the custom module configuration to create custom detectors that generate custom findings for resources that you specify. # Output only. The user-specified configuration for the module.

‎docs/dyn/securitycenter_v1.folders.sources.findings.html

+481-476
Large diffs are not rendered by default.

‎docs/dyn/securitycenter_v1.organizations.bigQueryExports.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
122122
}
123123

124-
bigQueryExportId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
124+
bigQueryExportId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
125125
x__xgafv: string, V1 error format.
126126
Allowed values
127127
1 - v1 error format

‎docs/dyn/securitycenter_v1.organizations.muteConfigs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the mute config was updated. This field is set by the server and will be ignored if provided on config creation or update.
121121
}
122122

123-
muteConfigId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
123+
muteConfigId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
124124
x__xgafv: string, V1 error format.
125125
Allowed values
126126
1 - v1 error format

‎docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.customModules.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>Instance Methods</h2>
100100
<p class="firstline">Retrieves the next page of results.</p>
101101
<p class="toc_element">
102102
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
103-
<p class="firstline">Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of inherited). Updating the display name and custom config of a module is supported on resident modules only.</p>
103+
<p class="firstline">Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name and custom config of a module is supported on resident modules only.</p>
104104
<h3>Method Details</h3>
105105
<div class="method">
106106
<code class="details" id="close">close()</code>
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288288
Returns:
289289
An object of the form:
290290

291-
{ # Response message for listing security health analytics custom modules.
291+
{ # Response message for listing Security Health Analytics custom modules.
292292
&quot;nextPageToken&quot;: &quot;A String&quot;, # If not empty, indicates that there may be more custom modules to be returned.
293293
&quot;securityHealthAnalyticsCustomModules&quot;: [ # Custom modules belonging to the requested parent.
294294
{ # Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
@@ -348,7 +348,7 @@ <h3>Method Details</h3>
348348
Returns:
349349
An object of the form:
350350

351-
{ # Response message for listing descendant security health analytics custom modules.
351+
{ # Response message for listing descendant Security Health Analytics custom modules.
352352
&quot;nextPageToken&quot;: &quot;A String&quot;, # If not empty, indicates that there may be more custom modules to be returned.
353353
&quot;securityHealthAnalyticsCustomModules&quot;: [ # Custom modules belonging to the requested parent and its descendants.
354354
{ # Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
@@ -422,7 +422,7 @@ <h3>Method Details</h3>
422422

423423
<div class="method">
424424
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
425-
<pre>Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of inherited). Updating the display name and custom config of a module is supported on resident modules only.
425+
<pre>Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of &quot;inherited&quot;). Updating the display name and custom config of a module is supported on resident modules only.
426426

427427
Args:
428428
name: string, Immutable. The resource name of the custom module. Its format is &quot;organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}&quot;, or &quot;folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}&quot;, or &quot;projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}&quot; The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits. (required)

‎docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.effectiveCustomModules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158
Returns:
159159
An object of the form:
160160

161-
{ # Response message for listing effective security health analytics custom modules.
161+
{ # Response message for listing effective Security Health Analytics custom modules.
162162
&quot;effectiveSecurityHealthAnalyticsCustomModules&quot;: [ # Effective custom modules belonging to the requested parent.
163163
{ # An EffectiveSecurityHealthAnalyticsCustomModule is the representation of a Security Health Analytics custom module at a specified level of the resource hierarchy: organization, folder, or project. If a custom module is inherited from a parent organization or folder, the value of the `enablementState` property in EffectiveSecurityHealthAnalyticsCustomModule is set to the value that is effective in the parent, instead of `INHERITED`. For example, if the module is enabled in a parent organization or folder, the effective enablement_state for the module in all child folders or projects is also `enabled`. EffectiveSecurityHealthAnalyticsCustomModule is read-only.
164164
&quot;customConfig&quot;: { # Defines the properties in a custom module configuration for Security Health Analytics. Use the custom module configuration to create custom detectors that generate custom findings for resources that you specify. # Output only. The user-specified configuration for the module.

‎docs/dyn/securitycenter_v1.organizations.sources.findings.html

+673-666
Large diffs are not rendered by default.

‎docs/dyn/securitycenter_v1.projects.bigQueryExports.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the BigQuery export was updated. This field is set by the server and will be ignored if provided on export creation or update.
122122
}
123123

124-
bigQueryExportId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
124+
bigQueryExportId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
125125
x__xgafv: string, V1 error format.
126126
Allowed values
127127
1 - v1 error format

‎docs/dyn/securitycenter_v1.projects.muteConfigs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recent time at which the mute config was updated. This field is set by the server and will be ignored if provided on config creation or update.
121121
}
122122

123-
muteConfigId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
123+
muteConfigId: string, Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.
124124
x__xgafv: string, V1 error format.
125125
Allowed values
126126
1 - v1 error format

‎docs/dyn/securitycenter_v1.projects.securityHealthAnalyticsSettings.customModules.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>Instance Methods</h2>
100100
<p class="firstline">Retrieves the next page of results.</p>
101101
<p class="toc_element">
102102
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
103-
<p class="firstline">Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of inherited). Updating the display name and custom config of a module is supported on resident modules only.</p>
103+
<p class="firstline">Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of "inherited"). Updating the display name and custom config of a module is supported on resident modules only.</p>
104104
<h3>Method Details</h3>
105105
<div class="method">
106106
<code class="details" id="close">close()</code>
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288288
Returns:
289289
An object of the form:
290290

291-
{ # Response message for listing security health analytics custom modules.
291+
{ # Response message for listing Security Health Analytics custom modules.
292292
&quot;nextPageToken&quot;: &quot;A String&quot;, # If not empty, indicates that there may be more custom modules to be returned.
293293
&quot;securityHealthAnalyticsCustomModules&quot;: [ # Custom modules belonging to the requested parent.
294294
{ # Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
@@ -348,7 +348,7 @@ <h3>Method Details</h3>
348348
Returns:
349349
An object of the form:
350350

351-
{ # Response message for listing descendant security health analytics custom modules.
351+
{ # Response message for listing descendant Security Health Analytics custom modules.
352352
&quot;nextPageToken&quot;: &quot;A String&quot;, # If not empty, indicates that there may be more custom modules to be returned.
353353
&quot;securityHealthAnalyticsCustomModules&quot;: [ # Custom modules belonging to the requested parent and its descendants.
354354
{ # Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
@@ -422,7 +422,7 @@ <h3>Method Details</h3>
422422

423423
<div class="method">
424424
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
425-
<pre>Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of inherited). Updating the display name and custom config of a module is supported on resident modules only.
425+
<pre>Updates the SecurityHealthAnalyticsCustomModule under the given name based on the given update mask. Updating the enablement state is supported on both resident and inherited modules (though resident modules cannot have an enablement state of &quot;inherited&quot;). Updating the display name and custom config of a module is supported on resident modules only.
426426

427427
Args:
428428
name: string, Immutable. The resource name of the custom module. Its format is &quot;organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}&quot;, or &quot;folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}&quot;, or &quot;projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}&quot; The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits. (required)

‎docs/dyn/securitycenter_v1.projects.securityHealthAnalyticsSettings.effectiveCustomModules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158
Returns:
159159
An object of the form:
160160

161-
{ # Response message for listing effective security health analytics custom modules.
161+
{ # Response message for listing effective Security Health Analytics custom modules.
162162
&quot;effectiveSecurityHealthAnalyticsCustomModules&quot;: [ # Effective custom modules belonging to the requested parent.
163163
{ # An EffectiveSecurityHealthAnalyticsCustomModule is the representation of a Security Health Analytics custom module at a specified level of the resource hierarchy: organization, folder, or project. If a custom module is inherited from a parent organization or folder, the value of the `enablementState` property in EffectiveSecurityHealthAnalyticsCustomModule is set to the value that is effective in the parent, instead of `INHERITED`. For example, if the module is enabled in a parent organization or folder, the effective enablement_state for the module in all child folders or projects is also `enabled`. EffectiveSecurityHealthAnalyticsCustomModule is read-only.
164164
&quot;customConfig&quot;: { # Defines the properties in a custom module configuration for Security Health Analytics. Use the custom module configuration to create custom detectors that generate custom findings for resources that you specify. # Output only. The user-specified configuration for the module.

‎docs/dyn/securitycenter_v1.projects.sources.findings.html

+481-476
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/securitycenter.v1.json

+111-97
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/securitycenter.v1beta1.json

+96-82
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/securitycenter.v1beta2.json

+96-82
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.