google_api_service_consumer_management v0.18.0 GoogleApi.ServiceConsumerManagement.V1.Model.CreateTenancyUnitRequest View Source

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

Attributes

  • tenancyUnitId (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.CreateTenancyUnitRequest{
  tenancyUnitId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.