ServiceProjectAttachment represents an attachment from a service project to a host project. Service projects contain the underlying cloud infrastructure resources, and expose these resources to the host project through a ServiceProjectAttachment. With the attachments, the host project can provide an aggregated view of resources across all service projects.
Identifier. The resource name of a ServiceProjectAttachment. Format: "projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}."
serviceProject
string
Required. Immutable. Service project name in the format: "projects/abc" or "projects/123". As input, project name with either project id or number are accepted. As output, this field will contain project number.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
uid
string
Output only. A globally unique identifier (in UUID4 format) for the ServiceProjectAttachment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-17 UTC."],[[["ServiceProjectAttachment represents the connection between a service project, which contains cloud infrastructure resources, and a host project, allowing the host project to aggregate resources across multiple service projects."],["The JSON representation of a ServiceProjectAttachment includes fields such as `name`, `serviceProject`, `createTime`, `uid`, and `state`, each serving to identify, describe, and track the attachment's lifecycle."],["The `state` of a ServiceProjectAttachment can be one of four values: `STATE_UNSPECIFIED`, `CREATING`, `ACTIVE`, or `DELETING`, indicating the current operational status of the attachment."],["The available methods for managing ServiceProjectAttachments include creating, deleting, getting details about, and listing the service projects that are attached to a host project."]]],[]]