View Source GoogleApi.ServiceConsumerManagement.V1.Model.AttachTenantProjectRequest (google_api_service_consumer_management v0.32.0)

Request to attach an existing project to the tenancy unit as a new tenant resource.

Attributes

  • externalResource (type: String.t, default: nil) - When attaching an external project, this is in the format of projects/{project_number}.
  • reservedResource (type: String.t, default: nil) - When attaching a reserved project already in tenancy units, this is the tag of a tenant resource under the tenancy unit for the managed service's service producer project. The reserved tenant resource must be in an active state.
  • tag (type: String.t, default: nil) - Required. Tag of the tenant resource after attachment. Must be less than 128 characters. Required.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.AttachTenantProjectRequest{
  externalResource: String.t() | nil,
  reservedResource: String.t() | nil,
  tag: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.