LocationsWorkforcePoolsProvidersScimTenantsResource class
Methods
-
create(WorkforcePoolProviderScimTenant request, String parent, {String? workforcePoolProviderScimTenantId, String? $fields})
→ Future<WorkforcePoolProviderScimTenant>
-
Creates a new WorkforcePoolProviderScimTenant in a WorkforcePoolProvider.
-
delete(String name, {String? $fields})
→ Future<WorkforcePoolProviderScimTenant>
-
Deletes a WorkforcePoolProviderScimTenant.
-
get(String name, {String? $fields})
→ Future<WorkforcePoolProviderScimTenant>
-
Gets an individual WorkforcePoolProviderScimTenant.
-
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
→ Future<ListWorkforcePoolProviderScimTenantsResponse>
-
Lists all non-deleted WorkforcePoolProviderScimTenants in a
WorkforcePoolProvider.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(WorkforcePoolProviderScimTenant request, String name, {String? updateMask, String? $fields})
→ Future<WorkforcePoolProviderScimTenant>
-
Updates an existing WorkforcePoolProviderScimTenant.
-
toString()
→ String
-
A string representation of this object.
inherited
-
undelete(UndeleteWorkforcePoolProviderScimTenantRequest request, String name, {String? $fields})
→ Future<WorkforcePoolProviderScimTenant>
-
Undeletes a WorkforcePoolProviderScimTenant, as long as it was deleted
fewer than 30 days ago.