Security Center Management v1 API - Class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest (1.0.0)

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 full resource name of the custom module, specified in one of the following formats:

  • organizations/organization/{location}/effectiveSecurityHealthAnalyticsCustomModules/{effective_security_health_analytics_custom_module}
  • folders/folder/{location}/effectiveSecurityHealthAnalyticsCustomModules/{effective_security_health_analytics_custom_module}
  • projects/project/{location}/effectiveSecurityHealthAnalyticsCustomModules/{effective_security_health_analytics_custom_module}
Property Value
Type Description
string