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 | |
---|---|
Name | Description |
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 .
|