ProjectsLocationsAccountConnectorsUsersResource class
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
-
delete(String name, {String? etag, String? requestId, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Deletes a single User.
-
deleteSelf(String name, {String? $fields})
→ Future<Operation>
-
Delete the User based on the user credentials.
-
fetchAccessToken(FetchAccessTokenRequest request, String accountConnector, {String? $fields})
→ Future<FetchAccessTokenResponse>
-
Fetches OAuth access token based on end user credentials.
-
fetchSelf(String name, {String? $fields})
→ Future<User>
-
Fetch the User based on the user credentials.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListUsersResponse>
-
Lists Users in a given project, location, and account_connector.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited