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.
Implements
IMessageGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, IEquatableGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.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. 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 | |
---|---|
Type | Description |
string |