TargetResourceDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)The details for a target resource.
Attributes |
|
|---|---|
| Name | Description |
framework_deployment |
str
The framework deployment name for the target resource. For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}
|
target_resource_display_name |
str
The display name of the target resource. For example, google.com, staging-project, or
development-folder.
|
target_resource |
str
The target resource. For example, organizations/1234567890, projects/1234567890, or
folders/1234567890.
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
The create time of the target resource. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
The update time of the target resource. |
major_revision_id |
int
The major revision ID of the framework for the target resource. |
minor_revision_id |
int
The minor revision ID of the framework for the target resource. |