pub async fn post_check_permission_or_error(
    configuration: &Configuration,
    max_depth: Option<i64>,
    post_check_permission_or_error_body: Option<&PostCheckPermissionOrErrorBody>
) -> Result<CheckPermissionResult, Error<PostCheckPermissionOrErrorError>>
Expand description

To learn how relationship tuples and the check works, head over to the documentation.