class ProjectsSecurityHealthAnalyticsSettingsEffectiveCustomModules extends Resource (View source)

The "effectiveCustomModules" collection of methods.

Typical usage is:

 $securitycenterService = new Google\Service\SecurityCommandCenter(...);
 $effectiveCustomModules = $securitycenterService->projects_securityHealthAnalyticsSettings_effectiveCustomModules;

Methods

get(string $name, array $optParams = [])

Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.

listProjectsSecurityHealthAnalyticsSettingsEffectiveCustomModules(string $parent, array $optParams = [])

Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors. (effectiveCustom Modules.listProjectsSecurityHealthAnalyticsSettingsEffectiveCustomModules)

Details

GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule get(string $name, array $optParams = [])

Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.

(effectiveCustomModules.get)

Parameters

string $name

Required. Name of the effective custom module to get. Its format is organizations/{organization}/securityHealthAnalyticsSettings/effec tiveCustomModules/{customModule}, folders/{folder}/securityHealthAnalyticsS ettings/effectiveCustomModules/{customModule}, or projects/{project}/securi tyHealthAnalyticsSettings/effectiveCustomModules/{customModule}

array $optParams

Optional parameters.

Return Value

GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule

Exceptions

Exception

ListEffectiveSecurityHealthAnalyticsCustomModulesResponse listProjectsSecurityHealthAnalyticsSettingsEffectiveCustomModules(string $parent, array $optParams = [])

Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This includes resident modules defined at the scope of the parent, and inherited modules, inherited from CRM ancestors. (effectiveCustom Modules.listProjectsSecurityHealthAnalyticsSettingsEffectiveCustomModules)

Parameters

string $parent

Required. Name of parent to list effective custom modules. Its format is organizations/{organization}/securityHealthAnalyticsSettings, folders/{folder}/securityHealthAnalyticsSettings, or projects/{project}/securityHealthAnalyticsSettings

array $optParams

Optional parameters.

Return Value

ListEffectiveSecurityHealthAnalyticsCustomModulesResponse

Exceptions

Exception