ProjectsTenantsResource class
Methods
-
create(GoogleCloudIdentitytoolkitAdminV2Tenant request, String parent, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2Tenant>
-
Create a tenant.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Delete a tenant.
-
get(String name, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2Tenant>
-
Get a tenant.
-
getIamPolicy(GoogleIamV1GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2ListTenantsResponse>
-
List tenants under the given agent project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudIdentitytoolkitAdminV2Tenant request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2Tenant>
-
Update a tenant.
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the access control policy for a resource.
-
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns the caller's permissions on a resource.
-
toString()
→ String
-
A string representation of this object.
inherited