GoogleApi.SQLAdmin.V1.Model.AclEntry (google_api_sql_admin v0.71.0)
View SourceAn entry for an Access Control list.
Attributes
-
expirationTime
(type:DateTime.t
, default:nil
) - The time when this access control entry expires in RFC 3339 format, for example2012-11-15T16:19:00.094Z
. -
kind
(type:String.t
, default:nil
) - This is alwayssql#aclEntry
. -
name
(type:String.t
, default:nil
) - Optional. A label to identify this 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.SQLAdmin.V1.Model.AclEntry{ expirationTime: DateTime.t() | nil, kind: String.t() | nil, name: String.t() | nil, value: String.t() | nil }