# GetAccessDetails Returns access details Endpoint: GET /access/details Version: 1.0.0 Security: AuthorizationHeader ## Query parameters: - `identity_name` (string, required) Identity Name - `identity_type` (string, required) Identity Type - `asset_name` (string, required) Asset Name - `asset_type` (string, required) Asset Type - `directory_name` (string) Directory Name if present ## Response 200 fields (application/json): - `error` (string) - `result` (object) - `result._id` (string) - `result.flow_count` (integer) - `result.latest_activity_time` (string) - `result.score` (number) - `result.asset_protocol` (string) - `result.asset_is_known` (boolean) - `result.identity_is_known` (boolean) - `result.identity_system` (object) - `result.identity_system.auth_fail_count` (integer) - `result.identity_system.auth_success_count` (integer) - `result.identity_system.auth_failed_percent` (number) - `result.identity_system.directory_category_list` (array) - `result.identity_system.failed_auth_list` (array) - `result.identity_system.is_directory_public` (boolean) - `result.identity_system.directory_hostname` (string) - `success` (boolean) ## Response 400 fields (application/json): - `error` (string) - `result` (object) - `success` (boolean) ## Response 500 fields (application/json): - `error` (string) - `result` (object) - `success` (boolean)