GoogleApi.Jobs.V4.Model.Tenant (google_api_jobs v0.17.0) View Source

A Tenant resource represents a tenant in the service. A tenant is a group or entity that shares common access with specific privileges for resources like jobs. Customer may create multiple tenants to provide data isolation for different groups.

Attributes

  • externalId (type: String.t, default: nil) - Required. Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255.
  • name (type: String.t, default: nil) - Required during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V4.Model.Tenant{
  externalId: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.