DBTEAMPOLICIESComputerBackupPolicyStateTag
Objective-C
enum DBTEAMPOLICIESComputerBackupPolicyStateTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESComputerBackupPolicyStateTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESComputerBackupPolicyStateTag enum type represents the
possible tag states with which the DBTEAMPOLICIESComputerBackupPolicyState
union can exist.
- 
                  
                  
Computer Backup feature is disabled.
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateDisabledSwift
case disabled = 0 - 
                  
                  
Computer Backup feature is enabled.
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateEnabledSwift
case enabled = 1 - 
                  
                  
Computer Backup defaults to ON for SSB teams, and OFF for Enterprise teams.
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateDefault_Swift
case default_ = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESComputerBackupPolicyStateOtherSwift
case other = 3 
View on GitHub
        DBTEAMPOLICIESComputerBackupPolicyStateTag Enumeration Reference