AWSEC2DeviceTrustProviderType
Objective-C
NS_ENUM(NSInteger, AWSEC2DeviceTrustProviderType) {
AWSEC2DeviceTrustProviderTypeUnknown,
AWSEC2DeviceTrustProviderTypeJamf,
AWSEC2DeviceTrustProviderTypeCrowdstrike,
AWSEC2DeviceTrustProviderTypeJumpcloud,
}
Swift
enum AWSEC2DeviceTrustProviderType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeJamfSwift
case jamf = 1 -
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeCrowdstrikeSwift
case crowdstrike = 2 -
Undocumented
Declaration
Objective-C
AWSEC2DeviceTrustProviderTypeJumpcloudSwift
case jumpcloud = 3
View on GitHub
Install in Dash
AWSEC2DeviceTrustProviderType Enumeration Reference