Show / Hide Table of Contents

Class ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource

The "effectiveCustomModules" collection of methods.

Inheritance
object
ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource

Constructors

EffectiveCustomModulesResource(IClientService)

Constructs a new resource.

Declaration
public EffectiveCustomModulesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.

Declaration
public virtual ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.GetRequest

List(string)

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.

Declaration
public virtual ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.ListRequest
In this article
Back to top Generated by DocFX