Record

acl-binding

An ACL binding.

record acl-binding {
  resource-type: resource-type,
  resource-name: string,
  resource-pattern-type: string,
  principal: string,
  host: string,
  operation: string,
  permission-type: string,
}

Fields

NameTypeDescription
resource-typeresource-type
resource-namestring
resource-pattern-typestring

literal or prefixed.

principalstring
hoststring
operationstring

read, write, describe, all, ...

permission-typestring

allow or deny.