DeviceApprovalsChangeOverageActionDetails
open class DeviceApprovalsChangeOverageActionDetails : CustomStringConvertible
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
open var description: String { get }