Class RunAssetDiscoveryResponse (1.27.0)

RunAssetDiscoveryResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response of asset discovery run

Attributes

NameDescription
state google.cloud.securitycenter_v1beta1.types.RunAssetDiscoveryResponse.State
The state of an asset discovery run.
duration google.protobuf.duration_pb2.Duration
The duration between asset discovery run start and end

Classes

State

State(value)

The state of an asset discovery run.

Values: STATE_UNSPECIFIED (0): Asset discovery run state was unspecified. COMPLETED (1): Asset discovery run completed successfully. SUPERSEDED (2): Asset discovery run was cancelled with tasks still pending, as another run for the same organization was started with a higher priority. TERMINATED (3): Asset discovery run was killed and terminated.