Google Cloud Security Command Center v1 API - Class RunAssetDiscoveryRequest (3.16.0)

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.

Inheritance

object > RunAssetDiscoveryRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

RunAssetDiscoveryRequest()

public RunAssetDiscoveryRequest()

RunAssetDiscoveryRequest(RunAssetDiscoveryRequest)

public RunAssetDiscoveryRequest(RunAssetDiscoveryRequest other)
Parameter
NameDescription
otherRunAssetDiscoveryRequest

Properties

Parent

public string Parent { get; set; }

Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]".

Property Value
TypeDescription
string

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName