DBTEAMPOLICIESSsoPolicyTag
Objective-C
enum DBTEAMPOLICIESSsoPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESSsoPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESSsoPolicyTag
enum type represents the possible tag
states with which the DBTEAMPOLICIESSsoPolicy
union can exist.
-
Users will be able to sign in with their Dropbox credentials.
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyDisabled
Swift
case disabled = 0
-
Users will be able to sign in with either their Dropbox or single sign-on credentials.
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyOptional
Swift
case optional = 1
-
Users will be required to sign in with their single sign-on credentials.
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyRequired
Swift
case required = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyOther
Swift
case other = 3