policy property

  1. @JsonKey.new(name: "policy")
PolicyConfig? policy
getter/setter pair

A local policy that allows you to configure different user levels and corresponding policies.

Implementation

@JsonKey(name: "policy")
PolicyConfig? policy;