AclScope class abstract
An ACL scope specifies an entity for which a permission applies.
A scope can be one of:
- Google Storage ID
- Google account email address
- Google group email address
- Google Apps domain
- Special identifier for all Google account holders
- Special identifier for all users
See https://cloud.google.com/storage/docs/accesscontrol for more details.
Properties
- 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
Static Properties
- allAuthenticated ↔ AllAuthenticatedScope
-
ACL scope for all authenticated users.
getter/setter pair
- allUsers ↔ AllUsersScope
-
ACL scope for all users.
getter/setter pair