public sealed class GetSecurityHealthAnalyticsCustomModuleRequest : IMessage<GetSecurityHealthAnalyticsCustomModuleRequest>, IEquatable<GetSecurityHealthAnalyticsCustomModuleRequest>, IDeepCloneable<GetSecurityHealthAnalyticsCustomModuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetSecurityHealthAnalyticsCustomModuleRequest.
Request message for getting Security Health Analytics custom modules.
Implements
IMessageGetSecurityHealthAnalyticsCustomModuleRequest, IEquatableGetSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableGetSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
GetSecurityHealthAnalyticsCustomModuleRequest()
public GetSecurityHealthAnalyticsCustomModuleRequest()
GetSecurityHealthAnalyticsCustomModuleRequest(GetSecurityHealthAnalyticsCustomModuleRequest)
public GetSecurityHealthAnalyticsCustomModuleRequest(GetSecurityHealthAnalyticsCustomModuleRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSecurityHealthAnalyticsCustomModuleRequest |
Properties
Name
public string Name { get; set; }
Required. Name of the custom module to get. Its format is "organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}", "folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}", or "projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}"
Property Value | |
---|---|
Type | Description |
string |
SecurityHealthAnalyticsCustomModuleName
public SecurityHealthAnalyticsCustomModuleName SecurityHealthAnalyticsCustomModuleName { get; set; }
SecurityHealthAnalyticsCustomModuleName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModuleName |