AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
Loading...
Searching...
No Matches
Public Attributes | List of all members
axiam::AccessCheck Struct Reference

A single access-check request (CheckAccessBody). More...

#include <types.hpp>

Public Attributes

std::string action
 
std::string resource_id
 
std::optional< std::string > scope
 
std::optional< std::string > subject_id
 

Detailed Description

A single access-check request (CheckAccessBody).

Argument order per ยง1: action before resource.

Member Data Documentation

◆ action

std::string axiam::AccessCheck::action

◆ resource_id

std::string axiam::AccessCheck::resource_id

◆ scope

std::optional<std::string> axiam::AccessCheck::scope

◆ subject_id

std::optional<std::string> axiam::AccessCheck::subject_id

The documentation for this struct was generated from the following file: