コンテンツにスキップ

List directory authentication config history

GET
/api/admin/tenants/{tenantId}/directory-auth/compliance/config-history
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/tenants/example/directory-auth/compliance/config-history \
--header 'Authorization: Bearer <token>'

Lists redacted Directory Authentication config history and summary links for the tenant.

tenantId
required
string
category
string
limit
integer
>= 1 <= 100

Directory authentication config history.

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"
}