Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::AclEntry.
An entry for an Access Control list.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expiration_time
def expiration_time() -> ::Google::Protobuf::Timestamp
Returns
-
(::Google::Protobuf::Timestamp) — The time when this access control entry expires in
RFC 3339 format, for example
2012-11-15T16:19:00.094Z.
#expiration_time=
def expiration_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
-
value (::Google::Protobuf::Timestamp) — The time when this access control entry expires in
RFC 3339 format, for example
2012-11-15T16:19:00.094Z.
Returns
-
(::Google::Protobuf::Timestamp) — The time when this access control entry expires in
RFC 3339 format, for example
2012-11-15T16:19:00.094Z.
#kind
def kind() -> ::String
Returns
-
(::String) — This is always
sql#aclEntry.
#kind=
def kind=(value) -> ::String
Parameter
-
value (::String) — This is always
sql#aclEntry.
Returns
-
(::String) — This is always
sql#aclEntry.
#name
def name() -> ::String
Returns
- (::String) — Optional. A label to identify this entry.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Optional. A label to identify this entry.
Returns
- (::String) — Optional. A label to identify this entry.
#value
def value() -> ::String
Returns
- (::String) — The allowlisted value for the access control list.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The allowlisted value for the access control list.
Returns
- (::String) — The allowlisted value for the access control list.