forked from TrueCloudLab/frostfs-api
service: clarify the description of BearerTokenMsg.Info.ACLRules field
This commit is contained in:
parent
1d3ffeb841
commit
108d7e0fb0
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ BearerTokenMsg carries information about request ACL rules with limited lifetime
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| ACLRules | [bytes](#bytes) | | ACLRules is an ACL rules represented in bytes |
|
||||
| ACLRules | [bytes](#bytes) | | ACLRules carries a binary representation of the table of extended ACL rules |
|
||||
| OwnerID | [bytes](#bytes) | | OwnerID is an owner of token |
|
||||
| ValidUntil | [uint64](#uint64) | | ValidUntil carries a last epoch of token lifetime |
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ message TokenLifetime {
|
|||
// BearerTokenMsg carries information about request ACL rules with limited lifetime
|
||||
message BearerTokenMsg {
|
||||
message Info {
|
||||
// ACLRules is an ACL rules represented in bytes
|
||||
// ACLRules carries a binary representation of the table of extended ACL rules
|
||||
bytes ACLRules = 1;
|
||||
|
||||
// OwnerID is an owner of token
|
||||
|
|
Loading…
Reference in a new issue