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
Implements
IMessageGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, IEquatableGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableGetEffectiveSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 resource name of the SHA custom module.
Its format is:
- "organizations/{organization}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{module_id}".
- "folders/{folder}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{module_id}".
- "projects/{project}/locations/{location}/effectiveSecurityHealthAnalyticsCustomModules/{module_id}".
Property Value | |
---|---|
Type | Description |
string |