コンテンツにスキップ

Create a directory authentication evidence export job

POST
/api/admin/tenants/{tenantId}/directory-auth/compliance/evidence-exports
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/tenants/example/directory-auth/compliance/evidence-exports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'

Creates a tenant-scoped evidence export artifact in encrypted export storage and records it in Object Catalog. The response includes a proxy download URL when the artifact is ready.

tenantId
required
string
Media type application/json
object
Example generated
{}

Directory authentication evidence export job created.

Media type application/json
object
Example generated
{}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}