DBTEAMPOLICIESFileProviderMigrationPolicyStateTag
Objective-C
enum DBTEAMPOLICIESFileProviderMigrationPolicyStateTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESFileProviderMigrationPolicyStateTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESFileProviderMigrationPolicyStateTag enum type represents
the possible tag states with which the
DBTEAMPOLICIESFileProviderMigrationPolicyState union can exist.
- 
                  
                  
Team admin has opted out of File Provider Migration for team members.
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateDisabledSwift
case disabled = 0 - 
                  
                  
Team admin has not opted out of File Provider Migration for team members.
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateEnabledSwift
case enabled = 1 - 
                  
                  
Team admin has default value based on team tier.
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateDefault_Swift
case default_ = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESFileProviderMigrationPolicyStateOtherSwift
case other = 3 
View on GitHub
        DBTEAMPOLICIESFileProviderMigrationPolicyStateTag Enumeration Reference