• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDThreatIdentity.h
Go to the documentation of this file.
1 /*
2  * (c) 2020 BlackBerry Limited. All rights reserved.
3  */
4 
5 #import "GDThreat.h"
6 
7 NS_ASSUME_NONNULL_BEGIN
8 
17 
25 @property (nonatomic, assign, readonly) BBDThreatLevel behaviouralLocationRisk;
26 
32 @property (nonatomic, assign, readonly) BBDThreatLevel egressIPRisk;
33 
39 @property (nonatomic, assign, readonly) BBDThreatLevel continuousAuthenticationRisk;
40 
46 @property (nonatomic, assign, readonly) BBDThreatLevel networkAnomalyRisk;
47 
51 - (instancetype)init NS_DESIGNATED_INITIALIZER;
52 
53 @end
54 
55 NS_ASSUME_NONNULL_END
-[BBDThreatIdentity NS_DESIGNATED_INITIALIZER]
instancetype NS_DESIGNATED_INITIALIZER()
Creates an instance of BBDThreatIdentity.
BBDThreatIdentity::continuousAuthenticationRisk
BBDThreatLevel continuousAuthenticationRisk
Determine a user’s security risk level based on app anomal detection.
Definition: GDThreatIdentity.h:39
BBDThreatIdentity::egressIPRisk
BBDThreatLevel egressIPRisk
Determine a user’s security risk level based on ip address analysis.
Definition: GDThreatIdentity.h:32
BBDThreat
Interface for retrieving threat details for a specific BBDThreatType.
Definition: GDThreat.h:184
BBDThreatIdentity::networkAnomalyRisk
BBDThreatLevel networkAnomalyRisk
Determine a user’s security risk level based on network anomlay detection.
Definition: GDThreatIdentity.h:46
BBDThreatIdentity
Determine whether current application activity matches the behavior and identity of the authorized us...
Definition: GDThreatIdentity.h:16
BBDThreatIdentity::behaviouralLocationRisk
BBDThreatLevel behaviouralLocationRisk
Determine a user’s security risk level based on behavior and usage analysis.
Definition: GDThreatIdentity.h:25
BBDThreatLevel
BBDThreatLevel
Enumeration to indicate the level of risk posed by a threat.
Definition: GDThreat.h:19
GDThreat.h