DBTEAMPOLICIESExternalDriveBackupPolicyStateTag
Objective-C
enum DBTEAMPOLICIESExternalDriveBackupPolicyStateTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESExternalDriveBackupPolicyStateTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESExternalDriveBackupPolicyStateTag enum type represents
the possible tag states with which the
DBTEAMPOLICIESExternalDriveBackupPolicyState union can exist.
- 
                  
                  
External Drive Backup feature is disabled.
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateDisabledSwift
case disabled = 0 - 
                  
                  
External Drive Backup feature is enabled.
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateEnabledSwift
case enabled = 1 - 
                  
                  
External Drive Backup default value based on team tier.
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateDefault_Swift
case default_ = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESExternalDriveBackupPolicyStateOtherSwift
case other = 3 
View on GitHub
        DBTEAMPOLICIESExternalDriveBackupPolicyStateTag Enumeration Reference