ProjectsOauthIdpConfigsResource 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
-
create(GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig request, String parent, {String? oauthIdpConfigId, String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig>
-
Create an Oidc Idp configuration for an Identity Toolkit project.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Delete an Oidc Idp configuration for an Identity Toolkit project.
-
get(String name, {String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig>
-
Retrieve an Oidc Idp configuration for an Identity Toolkit project.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2ListOAuthIdpConfigsResponse>
-
List all Oidc Idp configurations for an Identity Toolkit project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudIdentitytoolkitAdminV2OAuthIdpConfig>
-
Update an Oidc Idp configuration for an Identity Toolkit project.
-
toString()
→ String
-
A string representation of this object.
inherited