mirror of
https://dev.azure.com/schwarzit/schwarzit.stackit-public/_git/audit-go
synced 2026-02-08 00:57:24 +00:00
Rephrase description of IAM and response item parameter documentation
This commit is contained in:
parent
e355e25136
commit
1a9cd436e9
1 changed files with 2 additions and 4 deletions
|
|
@ -339,8 +339,7 @@ message AuthorizationInfo {
|
|||
(buf.validate.field).string.pattern = "^[a-z-]+(?:\\.[a-z-]+)*\\.[a-z-]+$"
|
||||
];
|
||||
|
||||
// Whether or not authorization for `resource` and `permission`
|
||||
// was granted.
|
||||
// IAM permission check result.
|
||||
//
|
||||
// Required: false
|
||||
optional bool granted = 3;
|
||||
|
|
@ -523,8 +522,7 @@ message AttributeContext {
|
|||
// generally models semantics of an HTTP response.
|
||||
message Response {
|
||||
|
||||
// The number of items returned from a List or Query API method,
|
||||
// if applicable.
|
||||
// The number of items returned to the client if applicable.
|
||||
//
|
||||
// Required: false
|
||||
optional google.protobuf.Int64Value num_response_items = 1 [
|
||||
|
|
|
|||
Loading…
Reference in a new issue