kind property
Output only. The kind of the Policy. Always contains the value DenyPolicy.
Implementation
@$pb.TagNumber(3)
$core.String get kind => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set kind($core.String value) => $_setString(2, value);