curl --request POST \
--url https://{tenantDomain}/api/v2/rate-limit-policies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"resource": "oauth_authentication_api",
"consumer": "client",
"consumer_selector": "<string>",
"configuration": {
"action": "allow"
}
}
'{
"id": "<string>",
"resource": "oauth_authentication_api",
"consumer": "client",
"consumer_selector": "<string>",
"configuration": {
"action": "allow"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://{tenantDomain}/api/v2/rate-limit-policies \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"resource": "oauth_authentication_api",
"consumer": "client",
"consumer_selector": "<string>",
"configuration": {
"action": "allow"
}
}
'{
"id": "<string>",
"resource": "oauth_authentication_api",
"consumer": "client",
"consumer_selector": "<string>",
"configuration": {
"action": "allow"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The API protected by the Rate Limit Policy.
oauth_authentication_api The consumer to which the rate limit policy applies.
client Identifier or category within the consumer to which the policy applies. Supported values: client_id:<client_id> to target a specific client by ID, client_id:<cimd_uri> to target a CIMD client by URI, cimd_clients to target all CIMD clients, third_party_clients to target all third-party clients, or default to apply the policy to any consumer identifier not otherwise explicitly targeted.
255The configuration of the rate limit policy.
Show child attributes
Rate limit policy successfully created.
Unique identifier for the Rate Limit Policy.
26The API protected by the Rate Limit Policy.
oauth_authentication_api The consumer to which the rate limit policy applies.
client Identifier or category within the consumer to which the policy applies. Supported values: client_id:<client_id> to target a specific client by ID, client_id:<cimd_uri> to target a CIMD client by URI, cimd_clients to target all CIMD clients, third_party_clients to target all third-party clients, or default to apply the policy to any consumer identifier not otherwise explicitly targeted.
255The configuration of the rate limit policy.
Show child attributes
The date and time when the rate limit policy was created.
The date and time when the rate limit policy was last updated.
このページは役に立ちましたか?