public sealed class RunAssetDiscoveryRequest : IMessage<RunAssetDiscoveryRequest>, IEquatable<RunAssetDiscoveryRequest>, IDeepCloneable<RunAssetDiscoveryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class RunAssetDiscoveryRequest.
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."],[[["The `RunAssetDiscoveryRequest` class is used to request asset discovery for a specific organization within the Google Cloud Security Command Center v1 API."],["The latest version of the `RunAssetDiscoveryRequest` class is version 3.24.0, with numerous prior versions available ranging from 2.2.0 to 3.23.0."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a required `Parent` property, which is a string that specifies the organization ID to run asset discovery on, with a corresponding `ParentAsOrganizationName` property offering an `OrganizationName`-typed view."],["`RunAssetDiscoveryRequest` class has two constructors, one default and one that accepts another `RunAssetDiscoveryRequest` object as a parameter for creating a copy."]]],[]]