#include <authorization_engine.h>
Public Types | |
enum | Type { Type::kAllow, Type::kDeny } |
Public Attributes | |
std::string | matching_policy_name |
Type | type |
Definition at line 30 of file authorization_engine.h.
|
strong |
Enumerator | |
---|---|
kAllow | |
kDeny |
Definition at line 31 of file authorization_engine.h.
std::string grpc_core::AuthorizationEngine::Decision::matching_policy_name |
Definition at line 36 of file authorization_engine.h.
Type grpc_core::AuthorizationEngine::Decision::type |
Definition at line 35 of file authorization_engine.h.