Skip to main content

mappings

Overview

Namemappings
TypeResource
Iddatadog.authn_mappings.mappings

Fields

NameDatatypeDescription
idstringID of the AuthN Mapping.
attributesobjectAttributes of AuthN Mapping.
relationshipsobjectAll relationships associated with AuthN Mapping.
typestringAuthN Mappings resource type.

Methods

NameAccessible byRequired ParamsDescription
getauthn_mappingSELECTauthn_mapping_id, dd_siteGet an AuthN Mapping specified by the AuthN Mapping UUID.
listauthn_mappingsSELECTdd_siteList all AuthN Mappings in the org.
createauthn_mappingINSERTdata__data, dd_siteCreate an AuthN Mapping.
deleteauthn_mappingDELETEauthn_mapping_id, dd_siteDelete an AuthN Mapping specified by AuthN Mapping UUID.
_getauthn_mappingEXECauthn_mapping_id, dd_siteGet an AuthN Mapping specified by the AuthN Mapping UUID.
_listauthn_mappingsEXECdd_siteList all AuthN Mappings in the org.
updateauthn_mappingEXECauthn_mapping_id, data__data, dd_siteEdit an AuthN Mapping.