Google Cloud Security Command Center v1 API - Class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest (3.20.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetEffectiveSecurityHealthAnalyticsCustomModuleRequest.

Request message for getting effective Security Health Analytics custom modules.

Inheritance

object > GetEffectiveSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GetEffectiveSecurityHealthAnalyticsCustomModuleRequest()

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest()

GetEffectiveSecurityHealthAnalyticsCustomModuleRequest(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest)

public GetEffectiveSecurityHealthAnalyticsCustomModuleRequest(GetEffectiveSecurityHealthAnalyticsCustomModuleRequest other)
Parameter
NameDescription
otherGetEffectiveSecurityHealthAnalyticsCustomModuleRequest

Properties

EffectiveSecurityHealthAnalyticsCustomModuleName

public EffectiveSecurityHealthAnalyticsCustomModuleName EffectiveSecurityHealthAnalyticsCustomModuleName { get; set; }

EffectiveSecurityHealthAnalyticsCustomModuleName-typed view over the Name resource name property.

Property Value
TypeDescription
EffectiveSecurityHealthAnalyticsCustomModuleName

Name

public string Name { get; set; }

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}"

Property Value
TypeDescription
string