-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(identitytoolkit): update the api
#### identitytoolkit:v2 The following keys were deleted: - resources.projects.methods.getPasskeyConfig (Total Keys: 11) - resources.projects.methods.updatePasskeyConfig (Total Keys: 15) - resources.projects.resources.tenants.methods.getPasskeyConfig (Total Keys: 11) - resources.projects.resources.tenants.methods.updatePasskeyConfig (Total Keys: 15) - schemas.GoogleCloudIdentitytoolkitAdminV2PasskeyConfig (Total Keys: 6)
- Loading branch information
1 parent
4dc6c35
commit 3380cae
Showing
7 changed files
with
8 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,7 +177,7 @@ <h3>Method Details</h3> | |
"providerId": "A String", # The provider ID from the request, if provided. | ||
"registered": True or False, # Whether the email identifier represents an existing account. Present only when an email identifier is set in the request. | ||
"sessionId": "A String", # The session ID from the request, or a random string generated by CreateAuthUri if absent. It is used to prevent session fixation attacks. | ||
"signinMethods": [ # The list of sign-in methods that the user has previously used. Each element is one of `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email identifier is set in the request. | ||
"signinMethods": [ # The list of sign-in methods that the user has previously used. Each element is one of `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email identifier is set in the request. If [email enumeration protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an empty list. | ||
"A String", | ||
], | ||
}</pre> | ||
|
@@ -867,7 +867,7 @@ <h3>Method Details</h3> | |
], | ||
"disableUser": True or False, # If true, marks the account as disabled, meaning the user will no longer be able to sign-in. | ||
"displayName": "A String", # The user's new display name to be updated in the account's attributes. The length of the display name must be less than or equal to 256 characters. | ||
"email": "A String", # The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. | ||
"email": "A String", # The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. If [email enumeration protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, the email cannot be changed by the user without verifying the email first, but it can be changed by an administrator. | ||
"emailVerified": True or False, # Whether the user's email has been verified. Specifying this field requires a Google OAuth 2.0 credential with proper [permissions] (https://cloud.google.com/identity-platform/docs/access-control). | ||
"idToken": "A String", # A valid Identity Platform ID token. Required when attempting to change user-related information. | ||
"instanceId": "A String", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -644,7 +644,7 @@ <h3>Method Details</h3> | |
], | ||
"disableUser": True or False, # If true, marks the account as disabled, meaning the user will no longer be able to sign-in. | ||
"displayName": "A String", # The user's new display name to be updated in the account's attributes. The length of the display name must be less than or equal to 256 characters. | ||
"email": "A String", # The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. | ||
"email": "A String", # The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. If [email enumeration protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, the email cannot be changed by the user without verifying the email first, but it can be changed by an administrator. | ||
"emailVerified": True or False, # Whether the user's email has been verified. Specifying this field requires a Google OAuth 2.0 credential with proper [permissions] (https://cloud.google.com/identity-platform/docs/access-control). | ||
"idToken": "A String", # A valid Identity Platform ID token. Required when attempting to change user-related information. | ||
"instanceId": "A String", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -651,7 +651,7 @@ <h3>Method Details</h3> | |
], | ||
"disableUser": True or False, # If true, marks the account as disabled, meaning the user will no longer be able to sign-in. | ||
"displayName": "A String", # The user's new display name to be updated in the account's attributes. The length of the display name must be less than or equal to 256 characters. | ||
"email": "A String", # The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. | ||
"email": "A String", # The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. If [email enumeration protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, the email cannot be changed by the user without verifying the email first, but it can be changed by an administrator. | ||
"emailVerified": True or False, # Whether the user's email has been verified. Specifying this field requires a Google OAuth 2.0 credential with proper [permissions] (https://cloud.google.com/identity-platform/docs/access-control). | ||
"idToken": "A String", # A valid Identity Platform ID token. Required when attempting to change user-related information. | ||
"instanceId": "A String", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1239,7 +1239,7 @@ | |
} | ||
} | ||
}, | ||
"revision": "20231016", | ||
"revision": "20231027", | ||
"rootUrl": "https://identitytoolkit.googleapis.com/", | ||
"schemas": { | ||
"GoogleCloudIdentitytoolkitV1Argon2Parameters": { | ||
|
@@ -1477,7 +1477,7 @@ | |
"type": "string" | ||
}, | ||
"signinMethods": { | ||
"description": "The list of sign-in methods that the user has previously used. Each element is one of `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email identifier is set in the request.", | ||
"description": "The list of sign-in methods that the user has previously used. Each element is one of `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email identifier is set in the request. If [email enumeration protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an empty list.", | ||
"items": { | ||
"type": "string" | ||
}, | ||
|
@@ -2557,7 +2557,7 @@ | |
"type": "string" | ||
}, | ||
"email": { | ||
"description": "The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production.", | ||
"description": "The user's new email to be updated in the account's attributes. The length of email should be less than 256 characters and in the format of `[email protected]`. The email should also match the [RFC 822](https://tools.ietf.org/html/rfc822) addr-spec production. If [email enumeration protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, the email cannot be changed by the user without verifying the email first, but it can be changed by an administrator.", | ||
"type": "string" | ||
}, | ||
"emailVerified": { | ||
|
Oops, something went wrong.