PaperDeploymentPolicy

public enum PaperDeploymentPolicy : CustomStringConvertible, JSONRepresentable

The PaperDeploymentPolicy union

  • All team members have access to Paper.

    Declaration

    Swift

    case full
  • Only whitelisted team members can access Paper. To see which user is whitelisted, check ‘is_paper_whitelisted’ on ‘account/info’.

    Declaration

    Swift

    case partial
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }