Acl class

An ACL (Access Control List) describes access rights to buckets and objects.

An ACL is a prioritized sequence of access control specifications, which individually prevent or grant access. The access controls are described by AclEntry objects.

Constructors

Acl(Iterable<AclEntry> entries)
Create a new ACL with a list of ACL entries.

Properties

entries List<AclEntry>
The entries in the ACL.
no setter
hashCode int
The hash code for this object.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override