GRPC Core  18.0.0
Public Types | Data Fields
grpc_core::AuthorizationEngine::Decision Struct Reference

#include <authorization_engine.h>

Public Types

enum class  Type { kAllow , kDeny }
 

Data Fields

Type type
 
std::string matching_policy_name
 

Member Enumeration Documentation

◆ Type

Enumerator
kAllow 
kDeny 

Field Documentation

◆ matching_policy_name

std::string grpc_core::AuthorizationEngine::Decision::matching_policy_name

◆ type

Type grpc_core::AuthorizationEngine::Decision::type

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