Google Cloud Security Command Center v1 API - Class RunAssetDiscoveryResponse (3.20.0)

public sealed class RunAssetDiscoveryResponse : IMessage<RunAssetDiscoveryResponse>, IEquatable<RunAssetDiscoveryResponse>, IDeepCloneable<RunAssetDiscoveryResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class RunAssetDiscoveryResponse.

Response of asset discovery run

Inheritance

object > RunAssetDiscoveryResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

RunAssetDiscoveryResponse()

public RunAssetDiscoveryResponse()

RunAssetDiscoveryResponse(RunAssetDiscoveryResponse)

public RunAssetDiscoveryResponse(RunAssetDiscoveryResponse other)
Parameter
NameDescription
otherRunAssetDiscoveryResponse

Properties

Duration

public Duration Duration { get; set; }

The duration between asset discovery run start and end

Property Value
TypeDescription
Duration

State

public RunAssetDiscoveryResponse.Types.State State { get; set; }

The state of an asset discovery run.

Property Value
TypeDescription
RunAssetDiscoveryResponseTypesState