TfaChangePolicyDetails

public class TfaChangePolicyDetails : CustomStringConvertible, JSONRepresentable

Changed two-step verification setting for team.

  • New change policy.

    Declaration

    Swift

    public let newValue: TeamPolicies.TwoStepVerificationPolicy
  • Previous change policy. Might be missing due to historical data gap.

    Declaration

    Swift

    public let previousValue: TeamPolicies.TwoStepVerificationPolicy?
  • Declaration

    Swift

    public var description: String { get }