ProjectsTenantsDefaultSupportedIdpConfigsResource class

Constructors

ProjectsTenantsDefaultSupportedIdpConfigsResource(ApiRequester client)

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

create(GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig request, String parent, {String? idpId, String? $fields}) Future<GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig>
Create a default supported Idp configuration for an Identity Toolkit project.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Delete a default supported Idp configuration for an Identity Toolkit project.
get(String name, {String? $fields}) Future<GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig>
Retrieve a default supported Idp configuration for an Identity Toolkit project.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudIdentitytoolkitAdminV2ListDefaultSupportedIdpConfigsResponse>
List all default supported Idp configurations for an Identity Toolkit project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudIdentitytoolkitAdminV2DefaultSupportedIdpConfig>
Update a default supported Idp configuration for an Identity Toolkit project.
toString() String
A string representation of this object.
inherited

Operators

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