checkInInterval property

PolicyAttributesCheckInIntervalEnum? checkInInterval
getter/setter pair

One of day, week, month or year. The frequency at which a license should check-in. ### Options - day: Require a license implementing the policy to check-in at least once every day to remain valid. - week: Require a license implementing the policy to check-in at least once every week to remain valid. - month: Require a license implementing the policy to check-in at least once every month to remain valid. - year: Require a license implementing the policy to check-in at least once every year to remain valid.

Implementation

PolicyAttributesCheckInIntervalEnum? checkInInterval;