Security Center Management v1 API - Class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest (1.0.0-beta03)

public sealed class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest : IMessage<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest>, IEquatable<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest>, IDeepCloneable<GetEffectiveSecurityHealthAnalyticsCustomModuleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Security Center Management v1 API class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.

Message for getting a EffectiveSecurityHealthAnalyticsCustomModule

Inheritance

object > GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

GetEffectiveSecurityHealthAnalyticsCustomModuleRequest()

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest()

GetEffectiveSecurityHealthAnalyticsCustomModuleRequest(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest)

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest other)
Parameter
Name Description
other GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

Properties

EffectiveSecurityHealthAnalyticsCustomModuleName

public EffectiveSecurityHealthAnalyticsCustomModuleName EffectiveSecurityHealthAnalyticsCustomModuleName { get; set; }

EffectiveSecurityHealthAnalyticsCustomModuleName-typed view over the Name resource name property.

Property Value
Type Description
EffectiveSecurityHealthAnalyticsCustomModuleName

Name

public string Name { get; set; }

Required. The resource name of the SHA custom module.

Its format is:

  • "organizations/{organization}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{module_id}".
  • "folders/{folder}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{module_id}".
  • "projects/{project}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{module_id}".
Property Value
Type Description
string