custom_modules_descendant
Creates, updates, deletes, gets or lists a custom_modules_descendant resource.
Overview
| Name | custom_modules_descendant |
| Type | Resource |
| Id | google.securitycenter.custom_modules_descendant |
Fields
The following fields are returned by SELECT queries:
- organizations_event_threat_detection_settings_custom_modules_list_descendant
- organizations_security_health_analytics_settings_custom_modules_list_descendant
- projects_security_health_analytics_settings_custom_modules_list_descendant
- projects_event_threat_detection_settings_custom_modules_list_descendant
- folders_security_health_analytics_settings_custom_modules_list_descendant
- folders_event_threat_detection_settings_custom_modules_list_descendant
| Name | Datatype | Description |
|---|---|---|
name | string | |
ancestorModule | string | |
cloudProvider | string | (CLOUD_PROVIDER_UNSPECIFIED, GOOGLE_CLOUD_PLATFORM, AMAZON_WEB_SERVICES, MICROSOFT_AZURE) |
config | object | |
description | string | |
displayName | string | |
enablementState | string | (ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED, INHERITED) |
lastEditor | string | |
type | string | |
updateTime | string (google-datetime) |
| Name | Datatype | Description |
|---|---|---|
name | string | |
ancestorModule | string | |
cloudProvider | string | (CLOUD_PROVIDER_UNSPECIFIED, GOOGLE_CLOUD_PLATFORM, AMAZON_WEB_SERVICES, MICROSOFT_AZURE) |
customConfig | object | (id: GoogleCloudSecuritycenterV1CustomConfig) |
displayName | string | |
enablementState | string | (ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED, INHERITED) |
lastEditor | string | |
updateTime | string (google-datetime) |
| Name | Datatype | Description |
|---|---|---|
name | string | |
ancestorModule | string | |
cloudProvider | string | (CLOUD_PROVIDER_UNSPECIFIED, GOOGLE_CLOUD_PLATFORM, AMAZON_WEB_SERVICES, MICROSOFT_AZURE) |
customConfig | object | (id: GoogleCloudSecuritycenterV1CustomConfig) |
displayName | string | |
enablementState | string | (ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED, INHERITED) |
lastEditor | string | |
updateTime | string (google-datetime) |
| Name | Datatype | Description |
|---|---|---|
name | string | |
ancestorModule | string | |
cloudProvider | string | (CLOUD_PROVIDER_UNSPECIFIED, GOOGLE_CLOUD_PLATFORM, AMAZON_WEB_SERVICES, MICROSOFT_AZURE) |
config | object | |
description | string | |
displayName | string | |
enablementState | string | (ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED, INHERITED) |
lastEditor | string | |
type | string | |
updateTime | string (google-datetime) |
| Name | Datatype | Description |
|---|---|---|
name | string | |
ancestorModule | string | |
cloudProvider | string | (CLOUD_PROVIDER_UNSPECIFIED, GOOGLE_CLOUD_PLATFORM, AMAZON_WEB_SERVICES, MICROSOFT_AZURE) |
customConfig | object | (id: GoogleCloudSecuritycenterV1CustomConfig) |
displayName | string | |
enablementState | string | (ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED, INHERITED) |
lastEditor | string | |
updateTime | string (google-datetime) |
| Name | Datatype | Description |
|---|---|---|
name | string | |
ancestorModule | string | |
cloudProvider | string | (CLOUD_PROVIDER_UNSPECIFIED, GOOGLE_CLOUD_PLATFORM, AMAZON_WEB_SERVICES, MICROSOFT_AZURE) |
config | object | |
description | string | |
displayName | string | |
enablementState | string | (ENABLEMENT_STATE_UNSPECIFIED, ENABLED, DISABLED, INHERITED) |
lastEditor | string | |
type | string | |
updateTime | string (google-datetime) |
Methods
The following methods are available for this resource:
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
foldersId | string | |
organizationsId | string | |
projectsId | string | |
pageSize | integer (int32) | |
pageToken | string |
SELECT examples
- organizations_event_threat_detection_settings_custom_modules_list_descendant
- organizations_security_health_analytics_settings_custom_modules_list_descendant
- projects_security_health_analytics_settings_custom_modules_list_descendant
- projects_event_threat_detection_settings_custom_modules_list_descendant
- folders_security_health_analytics_settings_custom_modules_list_descendant
- folders_event_threat_detection_settings_custom_modules_list_descendant
Successful response
SELECT
name,
ancestorModule,
cloudProvider,
config,
description,
displayName,
enablementState,
lastEditor,
type,
updateTime
FROM google.securitycenter.custom_modules_descendant
WHERE organizationsId = '{{ organizationsId }}' -- required
AND pageSize = '{{ pageSize }}'
AND pageToken = '{{ pageToken }}'
;
Successful response
SELECT
name,
ancestorModule,
cloudProvider,
customConfig,
displayName,
enablementState,
lastEditor,
updateTime
FROM google.securitycenter.custom_modules_descendant
WHERE organizationsId = '{{ organizationsId }}' -- required
AND pageSize = '{{ pageSize }}'
AND pageToken = '{{ pageToken }}'
;
Successful response
SELECT
name,
ancestorModule,
cloudProvider,
customConfig,
displayName,
enablementState,
lastEditor,
updateTime
FROM google.securitycenter.custom_modules_descendant
WHERE projectsId = '{{ projectsId }}' -- required
AND pageSize = '{{ pageSize }}'
AND pageToken = '{{ pageToken }}'
;
Successful response
SELECT
name,
ancestorModule,
cloudProvider,
config,
description,
displayName,
enablementState,
lastEditor,
type,
updateTime
FROM google.securitycenter.custom_modules_descendant
WHERE projectsId = '{{ projectsId }}' -- required
AND pageToken = '{{ pageToken }}'
AND pageSize = '{{ pageSize }}'
;
Successful response
SELECT
name,
ancestorModule,
cloudProvider,
customConfig,
displayName,
enablementState,
lastEditor,
updateTime
FROM google.securitycenter.custom_modules_descendant
WHERE foldersId = '{{ foldersId }}' -- required
AND pageToken = '{{ pageToken }}'
AND pageSize = '{{ pageSize }}'
;
Successful response
SELECT
name,
ancestorModule,
cloudProvider,
config,
description,
displayName,
enablementState,
lastEditor,
type,
updateTime
FROM google.securitycenter.custom_modules_descendant
WHERE foldersId = '{{ foldersId }}' -- required
AND pageToken = '{{ pageToken }}'
AND pageSize = '{{ pageSize }}'
;