Introspect pairs
POST/iam/introspect_pairs
Introspect pairs
Request
- application/json
Body
required
- Array [
- ]
pairs object[]
resource string
action string
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
pairs object[]
resource string
action string
{
"pairs": [
{
"resource": "string",
"action": "string"
}
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...