pub async fn check_permission(
    configuration: &Configuration,
    namespace: Option<&str>,
    object: Option<&str>,
    relation: Option<&str>,
    subject_id: Option<&str>,
    subject_set_namespace: Option<&str>,
    subject_set_object: Option<&str>,
    subject_set_relation: Option<&str>,
    max_depth: Option<i64>
) -> Result<CheckPermissionResult, Error<CheckPermissionError>>
Expand description

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