AnalyzeMoveRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message for performing resource move analysis. .. attribute:: resource
Required. Name of the resource to perform the analysis against. Only GCP Project are supported as of today. Hence, this can only be Project ID (such as "projects/my-project-id") or a Project Number (such as "projects/12345").
:type: str
Attributes
Name | Description |
destination_parent |
str
Required. Name of the GCP Folder or Organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a Folder number (such as "folders/123") or an Organization number (such as "organizations/123"). |
view |
google.cloud.asset_v1.types.AnalyzeMoveRequest.AnalysisView
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL. |
Classes
AnalysisView
AnalysisView(value)
View enum for supporting partial analysis responses.