Searched defs:Principal (Results 1 – 4 of 4) sorted by relevance
93 struct Principal { struct94 enum class RuleType {123 Principal& operator=(Principal&& other) noexcept;127 RuleType type;128 HeaderMatcher header_matcher;129 StringMatcher string_matcher;130 CidrRange ip;132 std::vector<std::unique_ptr<Principal>> principals;133 bool not_rule = false;
196 Rbac::Principal::Principal(Principal::RuleType type, in Principal() function in grpc_core::Rbac::Principal200 Rbac::Principal::Principal(Principal::RuleType type, bool not_rule) in Principal() function in grpc_core::Rbac::Principal202 Rbac::Principal::Principal(Principal::RuleType type, in Principal() function in grpc_core::Rbac::Principal207 Rbac::Principal::Principal(Principal::RuleType type, CidrRange ip, in Principal() function in grpc_core::Rbac::Principal210 Rbac::Principal::Principal(Principal::RuleType type, in Principal() function in grpc_core::Rbac::Principal216 Rbac::Principal::Principal(Rbac::Principal&& other) noexcept in Principal() function in grpc_core::Rbac::Principal
3914 "Principal": { object
61060 "Principal": { object