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
DBTEAMPOLICIESSsoPolicyDisabledSwift
case disabled = 0 - 
                  
                  
Users will be able to sign in with either their Dropbox or single sign-on credentials.
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyOptionalSwift
case optional = 1 - 
                  
                  
Users will be required to sign in with their single sign-on credentials.
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyRequiredSwift
case required = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSsoPolicyOtherSwift
case other = 3 
View on GitHub
        DBTEAMPOLICIESSsoPolicyTag Enumeration Reference