public sealed class RunAssetDiscoveryRequest : IMessage<RunAssetDiscoveryRequest>, IEquatable<RunAssetDiscoveryRequest>, IDeepCloneable<RunAssetDiscoveryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 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."],[[["This document provides reference information for the `RunAssetDiscoveryRequest` class within the Google Cloud Security Command Center v1p1beta1 API, specifically for version 3.0.0-beta04."],["The `RunAssetDiscoveryRequest` class is used to create a request message for initiating asset discovery within a specified organization, as part of the Google Cloud Security Command Center."],["The class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the base `object` class, as shown by the inheritance hierarchy."],["The class includes properties such as `Parent`, which requires the organization's name to initiate asset discovery, and `ParentAsOrganizationName` to get the organization's name as an `OrganizationName`-typed view."],["There are two constructors available for the class, one with no arguments, and one that takes a RunAssetDiscoveryRequest as a parameter."]]],[]]