provider AuthN Mappings GET
/api/v2/authn_mappings @utdk/datadog
/api/v2/authn_mappings List all AuthN Mappings
List all AuthN Mappings in the org.
- page[size] query
- Size for a given page. The maximum allowed value is 100.
- integer
- page[number] query
- Specific page number to return.
- integer
- sort query
- Sort AuthN Mappings depending on the given field.
- enum: created_at, -created_at, role_id, -role_id…
- filter query
- Filter all mappings by the given string.
- string
- resource_type query
- Filter by mapping resource type. Defaults to "role" if not specified.
- enum: role, team
Try it
Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listauthnmappings({
"page[size]": 10,
"page[number]": 0
})