public sealed class GetSecurityHealthAnalyticsCustomModuleRequest : IMessage<GetSecurityHealthAnalyticsCustomModuleRequest>, IEquatable<GetSecurityHealthAnalyticsCustomModuleRequest>, IDeepCloneable<GetSecurityHealthAnalyticsCustomModuleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Security Center Management v1 API class GetSecurityHealthAnalyticsCustomModuleRequest.
Request message for [SecurityCenterManagement.GetSecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.GetSecurityHealthAnalyticsCustomModule].
Implements
IMessageGetSecurityHealthAnalyticsCustomModuleRequest, IEquatableGetSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableGetSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.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 resource, in the format
projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{custom_module}.
| 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 |
|