Class SqlAclEntry (1.3.1)

SqlAclEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An entry for an Access Control list.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
value str
The allowlisted value for the access control list.
expire_time google.protobuf.timestamp_pb2.Timestamp
The time when this access control entry expires in `RFC 3339
ttl google.protobuf.duration_pb2.Duration
Input only. The time-to-leave of this access control entry. This field is a member of `oneof`_ ``expiration``.
label str
A label to identify this entry.

Inheritance

builtins.object > proto.message.Message > SqlAclEntry