View Source GoogleApi.BigQuery.V2.Model.TableFieldSchemaPolicyTags (google_api_big_query v0.79.0)

Optional. The policy tags attached to this field, used for field-level access control. If not set, defaults to empty policy_tags.

Attributes

  • names (type: list(String.t), default: nil) - A list of policy tag resource names. For example, "projects/1/locations/eu/taxonomies/2/policyTags/3". At most 1 policy tag is currently allowed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.TableFieldSchemaPolicyTags{
  names: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.