google_api_sql_admin v0.33.0 GoogleApi.SQLAdmin.V1beta4.Model.AclEntry View Source
An entry for an Access Control list.
Attributes
-
expirationTime(type:DateTime.t, default:nil) - The time when this access control entry expires in a href="https://tools.ietf.org/html/rfc3339"RFC 3339</a> format, for example <b>2012-11-15T16:19:00.094Z</b>. -
kind(type:String.t, default:nil) - This is always <b>sql#aclEntry</b>. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.AclEntry{
expirationTime: DateTime.t(),
kind: String.t(),
name: String.t(),
value: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.