@@ -249,10 +249,11 @@ def list_effective_security_health_analytics_custom_modules(
249249 analytics custom modules method over gRPC.
250250
251251 Returns a list of all
252- EffectiveSecurityHealthAnalyticsCustomModules for the
253- given parent. This includes resident modules defined at
254- the scope of the parent, and inherited modules,
255- inherited from CRM ancestors (no descendants).
252+ [EffectiveSecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule]
253+ resources for the given parent. This includes resident modules
254+ defined at the scope of the parent, and inherited modules,
255+ inherited from ancestor organizations, folders, and projects (no
256+ descendants).
256257
257258 Returns:
258259 Callable[[~.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest],
@@ -287,7 +288,7 @@ def get_effective_security_health_analytics_custom_module(
287288 analytics custom module method over gRPC.
288289
289290 Gets details of a single
290- EffectiveSecurityHealthAnalyticsCustomModule.
291+ [ EffectiveSecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.EffectiveSecurityHealthAnalyticsCustomModule] .
291292
292293 Returns:
293294 Callable[[~.GetEffectiveSecurityHealthAnalyticsCustomModuleRequest],
@@ -320,10 +321,11 @@ def list_security_health_analytics_custom_modules(
320321 custom modules method over gRPC.
321322
322323 Returns a list of all
323- SecurityHealthAnalyticsCustomModules for the given
324- parent. This includes resident modules defined at the
325- scope of the parent, and inherited modules, inherited
326- from CRM ancestors (no descendants).
324+ [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
325+ resources for the given parent. This includes resident modules
326+ defined at the scope of the parent, and inherited modules,
327+ inherited from ancestor organizations, folders, and projects (no
328+ descendants).
327329
328330 Returns:
329331 Callable[[~.ListSecurityHealthAnalyticsCustomModulesRequest],
@@ -358,8 +360,9 @@ def list_descendant_security_health_analytics_custom_modules(
358360 health analytics custom modules method over gRPC.
359361
360362 Returns a list of all resident
361- SecurityHealthAnalyticsCustomModules under the given CRM
362- parent and all of the parent's CRM descendants.
363+ [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
364+ resources under the given organization, folder, or project and
365+ all of its descendants.
363366
364367 Returns:
365368 Callable[[~.ListDescendantSecurityHealthAnalyticsCustomModulesRequest],
@@ -394,7 +397,8 @@ def get_security_health_analytics_custom_module(
394397 r"""Return a callable for the get security health analytics
395398 custom module method over gRPC.
396399
397- Retrieves a SecurityHealthAnalyticsCustomModule.
400+ Retrieves a
401+ [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule].
398402
399403 Returns:
400404 Callable[[~.GetSecurityHealthAnalyticsCustomModuleRequest],
@@ -427,11 +431,11 @@ def create_security_health_analytics_custom_module(
427431 analytics custom module method over gRPC.
428432
429433 Creates a resident
430- SecurityHealthAnalyticsCustomModule at the scope of the
431- given CRM parent, and also creates inherited
432- SecurityHealthAnalyticsCustomModules for all CRM
433- descendants of the given parent. These modules are
434- enabled by default.
434+ [ SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
435+ at the scope of the given organization, folder, or project, and
436+ also creates inherited ``SecurityHealthAnalyticsCustomModule``
437+ resources for all folders and projects that are descendants of
438+ the given parent. These modules are enabled by default.
435439
436440 Returns:
437441 Callable[[~.CreateSecurityHealthAnalyticsCustomModuleRequest],
@@ -463,13 +467,13 @@ def update_security_health_analytics_custom_module(
463467 r"""Return a callable for the update security health
464468 analytics custom module method over gRPC.
465469
466- Updates the SecurityHealthAnalyticsCustomModule under
467- the given name based on the given update mask. Updating
468- the enablement state is supported on both resident and
469- inherited modules (though resident modules cannot have
470- an enablement state of "inherited"). Updating the
471- display name and custom config of a module is supported
472- on resident modules only.
470+ Updates the
471+ [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
472+ under the given name based on the given update mask. Updating
473+ the enablement state is supported on both resident and inherited
474+ modules (though resident modules cannot have an enablement state
475+ of "inherited"). Updating the display name and custom
476+ configuration of a module is supported on resident modules only.
473477
474478 Returns:
475479 Callable[[~.UpdateSecurityHealthAnalyticsCustomModuleRequest],
@@ -502,9 +506,9 @@ def delete_security_health_analytics_custom_module(
502506 analytics custom module method over gRPC.
503507
504508 Deletes the specified
505- SecurityHealthAnalyticsCustomModule and all of its
506- descendants in the CRM hierarchy. This method is only
507- supported for resident custom modules.
509+ [ SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
510+ and all of its descendants in the resource hierarchy. This
511+ method is only supported for resident custom modules.
508512
509513 Returns:
510514 Callable[[~.DeleteSecurityHealthAnalyticsCustomModuleRequest],
@@ -536,8 +540,9 @@ def simulate_security_health_analytics_custom_module(
536540 r"""Return a callable for the simulate security health
537541 analytics custom module method over gRPC.
538542
539- Simulates a given SecurityHealthAnalyticsCustomModule
540- and Resource.
543+ Simulates the result of using a
544+ [SecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityHealthAnalyticsCustomModule]
545+ to check a resource.
541546
542547 Returns:
543548 Callable[[~.SimulateSecurityHealthAnalyticsCustomModuleRequest],
@@ -608,14 +613,20 @@ def get_effective_event_threat_detection_custom_module(
608613 r"""Return a callable for the get effective event threat
609614 detection custom module method over gRPC.
610615
611- Gets an effective ETD custom module. Retrieves the effective
612- module at the given level. The difference between an
613- EffectiveCustomModule and a CustomModule is that the fields for
614- an EffectiveCustomModule are computed from ancestors if needed.
615- For example, the enablement_state for a CustomModule can be
616- either ENABLED, DISABLED, or INHERITED. Where as the
617- enablement_state for an EffectiveCustomModule is always computed
618- to ENABLED or DISABLED (the effective enablement_state).
616+ Gets the effective Event Threat Detection custom module at the
617+ given level.
618+
619+ The difference between an
620+ [EffectiveEventThreatDetectionCustomModule][google.cloud.securitycentermanagement.v1.EffectiveEventThreatDetectionCustomModule]
621+ and an
622+ [EventThreatDetectionCustomModule][google.cloud.securitycentermanagement.v1.EventThreatDetectionCustomModule]
623+ is that the fields for an
624+ ``EffectiveEventThreatDetectionCustomModule`` are computed from
625+ ancestors if needed. For example, the enablement state for an
626+ ``EventThreatDetectionCustomModule`` can be ``ENABLED``,
627+ ``DISABLED``, or ``INHERITED``. In contrast, the enablement
628+ state for an ``EffectiveEventThreatDetectionCustomModule`` is
629+ always computed as ``ENABLED`` or ``DISABLED``.
619630
620631 Returns:
621632 Callable[[~.GetEffectiveEventThreatDetectionCustomModuleRequest],
@@ -648,9 +659,9 @@ def list_event_threat_detection_custom_modules(
648659 custom modules method over gRPC.
649660
650661 Lists all Event Threat Detection custom modules for
651- the given Resource Manager parent . This includes
652- resident modules defined at the scope of the parent
653- along with modules inherited from ancestors.
662+ the given organization, folder, or project . This
663+ includes resident modules defined at the scope of the
664+ parent along with modules inherited from ancestors.
654665
655666 Returns:
656667 Callable[[~.ListEventThreatDetectionCustomModulesRequest],
@@ -685,8 +696,8 @@ def list_descendant_event_threat_detection_custom_modules(
685696 detection custom modules method over gRPC.
686697
687698 Lists all resident Event Threat Detection custom
688- modules under the given Resource Manager parent and its
689- descendants.
699+ modules for the given organization, folder, or project
700+ and its descendants.
690701
691702 Returns:
692703 Callable[[~.ListDescendantEventThreatDetectionCustomModulesRequest],
@@ -751,9 +762,9 @@ def create_event_threat_detection_custom_module(
751762 custom module method over gRPC.
752763
753764 Creates a resident Event Threat Detection custom
754- module at the scope of the given Resource Manager
755- parent , and also creates inherited custom modules for
756- all descendants of the given parent. These modules are
765+ module at the scope of the given organization, folder,
766+ or project , and creates inherited custom modules for all
767+ descendants of the given parent. These modules are
757768 enabled by default.
758769
759770 Returns:
@@ -826,9 +837,9 @@ def delete_event_threat_detection_custom_module(
826837 custom module method over gRPC.
827838
828839 Deletes the specified Event Threat Detection custom
829- module and all of its descendants in the Resource
830- Manager hierarchy. This method is only supported for
831- resident custom modules.
840+ module and all of its descendants in the resource
841+ hierarchy. This method is only supported for resident
842+ custom modules.
832843
833844 Returns:
834845 Callable[[~.DeleteEventThreatDetectionCustomModuleRequest],
0 commit comments