authorizationInfo property

  1. @TagNumber.new(9)
List<AuthorizationInfo> get authorizationInfo

Authorization information. If there are multiple resources or permissions involved, then there is one AuthorizationInfo element for each {resource, permission} tuple.

Implementation

@$pb.TagNumber(9)
$core.List<AuthorizationInfo> get authorizationInfo => $_getList(5);