{ "sections": [ "title", "description", "fields", "wsdl_segment", "field_reference" ], "title": "AuthProvParamFwdAllowlist - Data API", "description": "Represents an allowlisted URL parameter that can be forwarded from authentication provider client configuration URLs to the authorization URL. Use this type to add custom functionality to authentication providers. For example, allowlist a ui_locales parameter and use it to send a user's language preference from Salesforce to the third-party provider's login page. This object is available in API version 62..0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "refers_to" ], "fields": { "AuthProviderId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "The ID of the authentication provider associated with the allowlist. This field is a relationship field.", "relationship_name": "AuthProvider", "refers_to": "AuthProvider" }, "Description": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "A description for the allowlisted URL parameter." }, "Param": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "The name of the parameter, such as ui_locales or login_hint." } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```", "field_reference": { "AuthProviderId": { "field_label": "Authentication Provider ID", "type": "reference", "length": "18" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Description": { "field_label": "Description", "type": "string", "length": "255" }, "Id": { "field_label": "Auth Provider Param Forwarding Allowlist ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "Param": { "field_label": "Allowed Parameter Name", "type": "string", "length": "128" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }