We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb84c4f commit b1be2c4Copy full SHA for b1be2c4
yt/yt/client/security_client/acl.h
@@ -21,7 +21,7 @@ struct TSerializableAccessControlEntry
21
NYTree::EPermissionSet Permissions;
22
EAceInheritanceMode InheritanceMode = EAceInheritanceMode::ObjectAndDescendants;
23
TString SubjectTagFilter;
24
- std::optional<std::vector<TString>> Columns;
+ std::optional<std::vector<std::string>> Columns;
25
std::optional<bool> Vital;
26
27
TSerializableAccessControlEntry(
0 commit comments