RolesResource class

Constructors

RolesResource(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

get(String name, {String? $fields}) Future<Role>
Gets the definition of a Role.
list({int? pageSize, String? pageToken, String? parent, bool? showDeleted, String? view, String? $fields}) Future<ListRolesResponse>
Lists every predefined Role that IAM supports, or every custom role that is defined for an organization or project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryGrantableRoles(QueryGrantableRolesRequest request, {String? $fields}) Future<QueryGrantableRolesResponse>
Lists roles that can be granted on a Google Cloud resource.
toString() String
A string representation of this object.
inherited

Operators

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