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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.