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
DBTEAMLOGGoogleSsoPolicyDisabled
Swift
case disabled = 0
-
(no description).
Declaration
Objective-C
DBTEAMLOGGoogleSsoPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMLOGGoogleSsoPolicyOther
Swift
case other = 2