Class OrganizationsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource
The "effectiveCustomModules" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.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 OrganizationsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the effective custom module to get. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.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 OrganizationsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Name of parent to list effective custom modules. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.SecurityHealthAnalyticsSettingsResource.EffectiveCustomModulesResource.ListRequest |