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
#### 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)
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.folders.bigQueryExports.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121
121
"updateTime": "A String", # 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.
122
122
}
123
123
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.
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.folders.muteConfigs.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"updateTime": "A String", # 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.
121
121
}
122
122
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.
<pclass="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
+
<pclass="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>
104
104
<h3>Method Details</h3>
105
105
<divclass="method">
106
106
<codeclass="details" id="close">close()</code>
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288
288
Returns:
289
289
An object of the form:
290
290
291
-
{ # Response message for listing security health analytics custom modules.
291
+
{ # Response message for listing Security Health Analytics custom modules.
292
292
"nextPageToken": "A String", # If not empty, indicates that there may be more custom modules to be returned.
293
293
"securityHealthAnalyticsCustomModules": [ # Custom modules belonging to the requested parent.
294
294
{ # 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>
348
348
Returns:
349
349
An object of the form:
350
350
351
-
{ # Response message for listing descendant security health analytics custom modules.
351
+
{ # Response message for listing descendant Security Health Analytics custom modules.
352
352
"nextPageToken": "A String", # If not empty, indicates that there may be more custom modules to be returned.
353
353
"securityHealthAnalyticsCustomModules": [ # Custom modules belonging to the requested parent and its descendants.
354
354
{ # 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.
<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 "inherited"). Updating the display name and custom config of a module is supported on resident modules only.
426
426
427
427
Args:
428
428
name: string, Immutable. The resource name of the custom module. Its format is "organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}", or "folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}", or "projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}" The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits. (required)
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.effectiveCustomModules.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158
158
Returns:
159
159
An object of the form:
160
160
161
-
{ # Response message for listing effective security health analytics custom modules.
161
+
{ # Response message for listing effective Security Health Analytics custom modules.
162
162
"effectiveSecurityHealthAnalyticsCustomModules": [ # Effective custom modules belonging to the requested parent.
163
163
{ # 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.
164
164
"customConfig": { # 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.
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.organizations.bigQueryExports.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121
121
"updateTime": "A String", # 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.
122
122
}
123
123
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.
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.organizations.muteConfigs.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"updateTime": "A String", # 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.
121
121
}
122
122
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.
<pclass="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
+
<pclass="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>
104
104
<h3>Method Details</h3>
105
105
<divclass="method">
106
106
<codeclass="details" id="close">close()</code>
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288
288
Returns:
289
289
An object of the form:
290
290
291
-
{ # Response message for listing security health analytics custom modules.
291
+
{ # Response message for listing Security Health Analytics custom modules.
292
292
"nextPageToken": "A String", # If not empty, indicates that there may be more custom modules to be returned.
293
293
"securityHealthAnalyticsCustomModules": [ # Custom modules belonging to the requested parent.
294
294
{ # 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>
348
348
Returns:
349
349
An object of the form:
350
350
351
-
{ # Response message for listing descendant security health analytics custom modules.
351
+
{ # Response message for listing descendant Security Health Analytics custom modules.
352
352
"nextPageToken": "A String", # If not empty, indicates that there may be more custom modules to be returned.
353
353
"securityHealthAnalyticsCustomModules": [ # Custom modules belonging to the requested parent and its descendants.
354
354
{ # 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.
<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 "inherited"). Updating the display name and custom config of a module is supported on resident modules only.
426
426
427
427
Args:
428
428
name: string, Immutable. The resource name of the custom module. Its format is "organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}", or "folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}", or "projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}" The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits. (required)
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.organizations.securityHealthAnalyticsSettings.effectiveCustomModules.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158
158
Returns:
159
159
An object of the form:
160
160
161
-
{ # Response message for listing effective security health analytics custom modules.
161
+
{ # Response message for listing effective Security Health Analytics custom modules.
162
162
"effectiveSecurityHealthAnalyticsCustomModules": [ # Effective custom modules belonging to the requested parent.
163
163
{ # 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.
164
164
"customConfig": { # 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.
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.projects.bigQueryExports.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121
121
"updateTime": "A String", # 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.
122
122
}
123
123
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.
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.projects.muteConfigs.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"updateTime": "A String", # 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.
121
121
}
122
122
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.
<pclass="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
+
<pclass="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>
104
104
<h3>Method Details</h3>
105
105
<divclass="method">
106
106
<codeclass="details" id="close">close()</code>
@@ -288,7 +288,7 @@ <h3>Method Details</h3>
288
288
Returns:
289
289
An object of the form:
290
290
291
-
{ # Response message for listing security health analytics custom modules.
291
+
{ # Response message for listing Security Health Analytics custom modules.
292
292
"nextPageToken": "A String", # If not empty, indicates that there may be more custom modules to be returned.
293
293
"securityHealthAnalyticsCustomModules": [ # Custom modules belonging to the requested parent.
294
294
{ # 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>
348
348
Returns:
349
349
An object of the form:
350
350
351
-
{ # Response message for listing descendant security health analytics custom modules.
351
+
{ # Response message for listing descendant Security Health Analytics custom modules.
352
352
"nextPageToken": "A String", # If not empty, indicates that there may be more custom modules to be returned.
353
353
"securityHealthAnalyticsCustomModules": [ # Custom modules belonging to the requested parent and its descendants.
354
354
{ # 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.
<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 "inherited"). Updating the display name and custom config of a module is supported on resident modules only.
426
426
427
427
Args:
428
428
name: string, Immutable. The resource name of the custom module. Its format is "organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}", or "folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}", or "projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}" The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits. (required)
Copy file name to clipboardexpand all lines: docs/dyn/securitycenter_v1.projects.securityHealthAnalyticsSettings.effectiveCustomModules.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158
158
Returns:
159
159
An object of the form:
160
160
161
-
{ # Response message for listing effective security health analytics custom modules.
161
+
{ # Response message for listing effective Security Health Analytics custom modules.
162
162
"effectiveSecurityHealthAnalyticsCustomModules": [ # Effective custom modules belonging to the requested parent.
163
163
{ # 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.
164
164
"customConfig": { # 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.
0 commit comments