google_api_big_query v0.2.0 GoogleApi.BigQuery.V2.Model.DatasetAccess View Source

Attributes

  • domain (String.t): [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Defaults to: null.
  • groupByEmail (String.t): [Pick one] An email address of a Google Group to grant access to. Defaults to: null.
  • role (String.t): [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READER, WRITER, OWNER. Defaults to: null.
  • specialGroup (String.t): [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Defaults to: null.
  • userByEmail (String.t): [Pick one] An email address of a user to grant access to. For example: fred@example.com. Defaults to: null.
  • view (TableReference): [Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation. Defaults to: null.

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.BigQuery.V2.Model.DatasetAccess{
  domain: any(),
  groupByEmail: any(),
  role: any(),
  specialGroup: any(),
  userByEmail: any(),
  view: GoogleApi.BigQuery.V2.Model.TableReference.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.