afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/TwoFactorTempCode.json

37 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "TwoFactorTempCode - Data API",
"description": "Stores information about a users temporary verification code for confirming their identity when logging in. This object is available in API version 37.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Expiration": {
"type": "dateTime",
"properties": "Filter, Sort",
"description": "The date and time when the temporary verification code expires. The code expires in 1 to 24 hours after its generated. Salesforce admins and non-admin users with the Manage Multi-Factor Authentication in User Interface permission set the expiration time when generating the code."
},
"Identifier": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The unique identifier for the temporary code. This is a required field that can take any value."
},
"TempCode": {
"type": "encryptedstring",
"description": "A request for this value always returns null."
},
"UserId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "The ID for the user whos associated with the temporary verification code."
}
},
"special_access_rules": "You need the Manage Multi-Factor Authentication in API permission to access this object. (Note that multi-factor authentication was formerly called two-factor authentication.)"
}