AWSEC2DeviceTrustProviderType
Objective-C
NS_ENUM(NSInteger, AWSEC2DeviceTrustProviderType) {
AWSEC2DeviceTrustProviderTypeUnknown,
AWSEC2DeviceTrustProviderTypeJamf,
AWSEC2DeviceTrustProviderTypeCrowdstrike,
AWSEC2DeviceTrustProviderTypeJumpcloud,
}
Swift
enum AWSEC2DeviceTrustProviderType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeJamf
Swift
case jamf = 1
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeCrowdstrike
Swift
case crowdstrike = 2
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeJumpcloud
Swift
case jumpcloud = 3