ProjectsTenantsAccountsResource 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
-
batchCreate(GoogleCloudIdentitytoolkitV1UploadAccountRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1UploadAccountResponse>
-
Uploads multiple accounts into the Google Cloud project.
-
batchDelete(GoogleCloudIdentitytoolkitV1BatchDeleteAccountsRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1BatchDeleteAccountsResponse>
-
Batch deletes multiple accounts.
-
batchGet(String targetProjectId, String tenantId, {String? delegatedProjectNumber, int? maxResults, String? nextPageToken, String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1DownloadAccountResponse>
-
Download account information for all accounts on the project in a
paginated manner.
-
delete(GoogleCloudIdentitytoolkitV1DeleteAccountRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1DeleteAccountResponse>
-
Deletes a user's account.
-
lookup(GoogleCloudIdentitytoolkitV1GetAccountInfoRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1GetAccountInfoResponse>
-
Gets account information for all matched accounts.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
query(GoogleCloudIdentitytoolkitV1QueryUserInfoRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1QueryUserInfoResponse>
-
Looks up user accounts within a project or a tenant based on conditions in
the request.
-
sendOobCode(GoogleCloudIdentitytoolkitV1GetOobCodeRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1GetOobCodeResponse>
-
Sends an out-of-band confirmation code for an account.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudIdentitytoolkitV1SetAccountInfoRequest request, String targetProjectId, String tenantId, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitV1SetAccountInfoResponse>
-
Updates account-related information for the specified user by setting
specific fields or applying action codes.