GoogleApi.WorkloadManager.V1.Model.ExternalDataSources (google_api_workload_manager v0.12.0)

View Source

Message for external data sources

Attributes

  • assetType (type: String.t, default: nil) - Required. The asset type of the external data source this can be one of go/cai-asset-types to override the default asset type or it can be a custom type defined by the user custom type must match the asset type in the rule
  • name (type: String.t, default: nil) - Optional. Name of external data source. The name will be used inside the rego/sql to refer the external data
  • type (type: String.t, default: nil) - Required. Type of external data source
  • uri (type: String.t, default: nil) - Required. URI of external data source. example of bq table {project_ID}.{dataset_ID}.{table_ID}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ExternalDataSources{
  assetType: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.