public sealed class AssetDiscoveryConfig : IMessage<OrganizationSettings.Types.AssetDiscoveryConfig>, IEquatable<OrganizationSettings.Types.AssetDiscoveryConfig>, IDeepCloneable<OrganizationSettings.Types.AssetDiscoveryConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `AssetDiscoveryConfig` class within the `Google.Cloud.SecurityCenter.V1` namespace, used for configuring asset discovery within the Google Cloud Security Center."],["The latest version available for the `AssetDiscoveryConfig` documentation is 3.24.0, with historical versions ranging back to 2.2.0, each with its own documentation."],["`AssetDiscoveryConfig` can be instantiated using a default constructor or by passing another `AssetDiscoveryConfig` object as a parameter, enabling the configuration of asset discovery runs."],["Key properties of the `AssetDiscoveryConfig` class include `FolderIds` and `ProjectIds`, which allow filtering asset discovery by specific folder or project identifiers, alongside the `InclusionMode` property, for defining the filtering mode."],["The `AssetDiscoveryConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffer management respectively."]]],[]]