managingAuthority property
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);
Implementation
@$pb.TagNumber(11)
set managingAuthority($core.String value) => $_setString(10, value);