DeviceApprovalsChangeOverageActionDetails
public class DeviceApprovalsChangeOverageActionDetails : CustomStringConvertible, JSONRepresentable
Changed device approvals setting when member is over limit.
-
New over the limits policy. Might be missing due to historical data gap.
Declaration
Swift
public let newValue: TeamPolicies.RolloutMethod? -
Previous over the limit policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamPolicies.RolloutMethod? -
Declaration
Swift
public var description: String { get }
View on GitHub
DeviceApprovalsChangeOverageActionDetails Class Reference