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

Request to create a tenancy unit for a service consumer of a managed service.

Attributes

  • tenancyUnitId (type: String.t, default: nil) - Optional. Optional service producer-provided identifier of the tenancy unit. Must be no longer than 40 characters and preferably URI friendly. If it isn't provided, a UID for the tenancy unit is automatically generated. The identifier must be unique across a managed service. If the tenancy unit already exists for the managed service and service consumer pair, calling CreateTenancyUnit returns the existing tenancy unit if the provided identifier is identical or empty, otherwise the call fails.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.CreateTenancyUnitRequest{
  tenancyUnitId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.