GoogleApi.DataMigration.V1beta1.Model.SqlAclEntry (google_api_data_migration v0.7.0) View Source

An entry for an Access Control list.

Attributes

  • expireTime (type: DateTime.t, default: nil) - The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.
  • label (type: String.t, default: nil) - A label to identify this entry.
  • ttl (type: String.t, default: nil) - Input only. The time-to-leave of this access control entry.
  • value (type: String.t, default: nil) - The allowlisted value for the access control list.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DataMigration.V1beta1.Model.SqlAclEntry{
  expireTime: DateTime.t() | nil,
  label: String.t() | nil,
  ttl: String.t() | nil,
  value: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.