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

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

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

Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.

Inheritance

object > SecurityHealthAnalyticsCustomModule

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

SecurityHealthAnalyticsCustomModule()

public SecurityHealthAnalyticsCustomModule()

SecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule)

public SecurityHealthAnalyticsCustomModule(SecurityHealthAnalyticsCustomModule other)
Parameter
NameDescription
otherSecurityHealthAnalyticsCustomModule

Properties

AncestorModule

public string AncestorModule { get; set; }

Output only. If empty, indicates that the custom module was created in the organization, folder, or project in which you are viewing the custom module. Otherwise, ancestor_module specifies the organization or folder from which the custom module is inherited.

Property Value
TypeDescription
string

AncestorModuleAsSecurityHealthAnalyticsCustomModuleName

public SecurityHealthAnalyticsCustomModuleName AncestorModuleAsSecurityHealthAnalyticsCustomModuleName { get; set; }

SecurityHealthAnalyticsCustomModuleName-typed view over the AncestorModule resource name property.

Property Value
TypeDescription
SecurityHealthAnalyticsCustomModuleName

CustomConfig

public CustomConfig CustomConfig { get; set; }

The user specified custom configuration for the module.

Property Value
TypeDescription
CustomConfig

DisplayName

public string DisplayName { get; set; }

The display name of the Security Health Analytics custom module. This display name becomes the finding category for all findings that are returned by this custom module. The display name must be between 1 and 128 characters, start with a lowercase letter, and contain alphanumeric characters or underscores only.

Property Value
TypeDescription
string

EnablementState

public SecurityHealthAnalyticsCustomModule.Types.EnablementState EnablementState { get; set; }

The enablement state of the custom module.

Property Value
TypeDescription
SecurityHealthAnalyticsCustomModuleTypesEnablementState

LastEditor

public string LastEditor { get; set; }

Output only. The editor that last updated the custom module.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Immutable. The resource name of the custom module. Its format is "organizations/{organization}/securityHealthAnalyticsSettings/customModules/{customModule}", or "folders/{folder}/securityHealthAnalyticsSettings/customModules/{customModule}", or "projects/{project}/securityHealthAnalyticsSettings/customModules/{customModule}"

The id {customModule} is server-generated and is not user settable. It will be a numeric id containing 1-20 digits.

Property Value
TypeDescription
string

SecurityHealthAnalyticsCustomModuleName

public SecurityHealthAnalyticsCustomModuleName SecurityHealthAnalyticsCustomModuleName { get; set; }

SecurityHealthAnalyticsCustomModuleName-typed view over the Name resource name property.

Property Value
TypeDescription
SecurityHealthAnalyticsCustomModuleName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which the custom module was last updated.

Property Value
TypeDescription
Timestamp