SharingPublicPolicyType
public enum SharingPublicPolicyType : CustomStringConvertible, JSONRepresentable
The SharingPublicPolicyType union
-
Users who have a link to this doc can edit it.
Declaration
Swift
case peopleWithLinkCanEdit
-
Users who have a link to this doc can view and comment on it.
Declaration
Swift
case peopleWithLinkCanViewAndComment
-
Users must be explicitly invited to this doc.
Declaration
Swift
case inviteOnly
-
Value used to indicate that doc sharing is enabled only within team.
Declaration
Swift
case disabled
-
Declaration
Swift
public var description: String { get }