managingAuthority property

  1. @TagNumber.new(11)
String get managingAuthority

Immutable. Specifies that this policy is managed by an authority and can only be modified by that authority. Usage is restricted.

Implementation

@$pb.TagNumber(11)
$core.String get managingAuthority => $_getSZ(10);
  1. @TagNumber.new(11)
set managingAuthority (String value)

Implementation

@$pb.TagNumber(11)
set managingAuthority($core.String value) => $_setString(10, value);