DBTEAMLOGGoogleSsoPolicyTag
Objective-C
enum DBTEAMLOGGoogleSsoPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGGoogleSsoPolicyTag : Int, @unchecked Sendable
The DBTEAMLOGGoogleSsoPolicyTag enum type represents the possible tag
states with which the DBTEAMLOGGoogleSsoPolicy union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGGoogleSsoPolicyDisabledSwift
case disabled = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGGoogleSsoPolicyEnabledSwift
case enabled = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGGoogleSsoPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMLOGGoogleSsoPolicyTag Enumeration Reference