pub unsafe static kODPolicyAttributeExpiresAtTimeOfDay: Option<&'static ODPolicyAttributeType>Available on crate feature
CFOpenDirectoryConstants only.Expand description
Policy attribute for expires at a specific time of day.
Policy attribute for expires at a specific time of day. The time is specified in 24-hour time, with a range of 0000 through 2359. This attribute can be used as a key in the policy parameter dictionary, with a CFNumber value, and in the policy strings.
Typically used in authentication policies to control specific times of when when authentications are allowed. See the example above for kODPolicyAttributeEnableAtTimeOfDay.
See also Appleās documentation