AccountsPermissionsResource class

Constructors

AccountsPermissionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(UserAccess request, String accountId, {String? $fields}) Future<UserAccess>
Creates a user's Account & Container Permissions.
delete(String accountId, String permissionId, {String? $fields}) Future<void>
Removes a user from the account, revoking access to it and all of its containers.
get(String accountId, String permissionId, {String? $fields}) Future<UserAccess>
Gets a user's Account & Container Permissions.
list(String accountId, {String? $fields}) Future<ListAccountUsersResponse>
List all users that have access to the account along with Account and Container Permissions granted to each of them.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(UserAccess request, String accountId, String permissionId, {String? $fields}) Future<UserAccess>
Updates a user's Account & Container Permissions.

Operators

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