ProjectsTenantsResource class

Constructors

ProjectsTenantsResource(ApiRequester client)

Properties

defaultSupportedIdpConfigs ProjectsTenantsDefaultSupportedIdpConfigsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
inboundSamlConfigs ProjectsTenantsInboundSamlConfigsResource
no setter
oauthIdpConfigs ProjectsTenantsOauthIdpConfigsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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