getauthn_mapping | SELECT | authn_mapping_id, dd_site | Get an AuthN Mapping specified by the AuthN Mapping UUID. |
listauthn_mappings | SELECT | dd_site | List all AuthN Mappings in the org. |
createauthn_mapping | INSERT | data__data, dd_site | Create an AuthN Mapping. |
deleteauthn_mapping | DELETE | authn_mapping_id, dd_site | Delete an AuthN Mapping specified by AuthN Mapping UUID. |
_getauthn_mapping | EXEC | authn_mapping_id, dd_site | Get an AuthN Mapping specified by the AuthN Mapping UUID. |
_listauthn_mappings | EXEC | dd_site | List all AuthN Mappings in the org. |
updateauthn_mapping | EXEC | authn_mapping_id, data__data, dd_site | Edit an AuthN Mapping. |