pub async fn get_check(
    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<GetCheckResponse, Error<GetCheckError>>
Expand description

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