Admin - Get effective policy for a key share
GET/admin/policies/get-effective-key-policy
Get effective policy for a key share. If no policy is attached directly to the key, the default policy for the key owner will be returned.
Request
Query Parameters
Header Parameters
The AUTHORIZATION
header must be set to the Admin token. which is set on Vertex setup
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
Schema
- MOD1
- MOD2
Array [
- MOD1
]
oneOf
string
attached
object
required
policy
object
required
rules
object[]
required
oneOf
rule
object
required
pubkey
object
required
The public key of the external rule server, in PEM format. This key is used to verify the JWT signature of the response.
Possible values: [External
]
Possible values: [key
, user_default
]
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [already_performed_keygen
, bad_n_and_t_params
, bad_request_params
, batch_too_large
, executor_result
, key_id_not_exists
, key_operation_before_keygen
, policy_in_use_by_keys
, policy_in_use_by_users
, policy_not_found
, policy_validation_failed
, room_creation_problem
, rule_in_use
, rule_not_found
, rule_not_in_policy
, user_id_not_exists
, you_have_to_be_admin
]
{
"err_msg": "string",
"err_type": "already_performed_keygen"
}
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [access_denied
]
{
"err_msg": "string",
"err_type": "access_denied"
}
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [not_found
]
{
"err_msg": "string",
"err_type": "not_found"
}
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [internal_problem
]
{
"err_msg": "string",
"err_type": "internal_problem"
}