Class MoveAnalysis (3.11.0)

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

A message to group the analysis information.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
display_name str
The user friendly display name of the analysis. E.g. IAM, Organization Policy etc.
analysis google.cloud.asset_v1.types.MoveAnalysisResult
Analysis result of moving the target resource. This field is a member of oneof_ result.
error google.rpc.status_pb2.Status
Description of error encountered when performing the analysis. This field is a member of oneof_ result.