public sealed class RunAssetDiscoveryRequest : IMessage<RunAssetDiscoveryRequest>, IEquatable<RunAssetDiscoveryRequest>, IDeepCloneable<RunAssetDiscoveryRequest>, IBufferMessage, IMessage
Request message for running asset discovery for an organization.
[[["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 `RunAssetDiscoveryRequest` class, which is used to initiate asset discovery for a specified organization within the Google Cloud Security Center."],["The `RunAssetDiscoveryRequest` class is part of the `Google.Cloud.SecurityCenter.V1` namespace and is implemented in the `Google.Cloud.SecurityCenter.V1.dll` assembly."],["The `Parent` property of the `RunAssetDiscoveryRequest` class is required and expects the format of the organization's name to be \"organizations/[organization_id]\"."],["The content includes documentation for the RunAssetDiscoveryRequest class across versions, ranging from version 2.2.0 to the latest 3.24.0, demonstrating an extensive version history for this request class."],["The `RunAssetDiscoveryRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which provides functionalities like message handling, equality checking, deep cloning and buffer management."]]],[]]