UserExtRiskScores¶
-
class
oci.identity_domains.models.
UserExtRiskScores
(**kwargs)¶ Bases:
object
The risk score pertaining to the user.
Added In: 18.1.6
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value] - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
Attributes
RISK_LEVEL_HIGH
A constant which can be used with the risk_level property of a UserExtRiskScores. RISK_LEVEL_LOW
A constant which can be used with the risk_level property of a UserExtRiskScores. RISK_LEVEL_MEDIUM
A constant which can be used with the risk_level property of a UserExtRiskScores. last_update_timestamp
[Required] Gets the last_update_timestamp of this UserExtRiskScores. ref
Gets the ref of this UserExtRiskScores. risk_level
[Required] Gets the risk_level of this UserExtRiskScores. score
[Required] Gets the score of this UserExtRiskScores. source
Gets the source of this UserExtRiskScores. status
Gets the status of this UserExtRiskScores. value
[Required] Gets the value of this UserExtRiskScores. Methods
__init__
(**kwargs)Initializes a new UserExtRiskScores object with values from keyword arguments. -
RISK_LEVEL_HIGH
= 'HIGH'¶ A constant which can be used with the risk_level property of a UserExtRiskScores. This constant has a value of “HIGH”
-
RISK_LEVEL_LOW
= 'LOW'¶ A constant which can be used with the risk_level property of a UserExtRiskScores. This constant has a value of “LOW”
-
RISK_LEVEL_MEDIUM
= 'MEDIUM'¶ A constant which can be used with the risk_level property of a UserExtRiskScores. This constant has a value of “MEDIUM”
-
__init__
(**kwargs)¶ Initializes a new UserExtRiskScores object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this UserExtRiskScores.
- ref (str) – The value to assign to the ref property of this UserExtRiskScores.
- source (str) – The value to assign to the source property of this UserExtRiskScores.
- status (str) – The value to assign to the status property of this UserExtRiskScores.
- score (int) – The value to assign to the score property of this UserExtRiskScores.
- risk_level (str) – The value to assign to the risk_level property of this UserExtRiskScores. Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- last_update_timestamp (str) – The value to assign to the last_update_timestamp property of this UserExtRiskScores.
-
last_update_timestamp
¶ [Required] Gets the last_update_timestamp of this UserExtRiskScores. Last update timestamp for the risk score
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: dateTime
- uniqueness: none
Returns: The last_update_timestamp of this UserExtRiskScores. Return type: str
-
ref
¶ Gets the ref of this UserExtRiskScores. Risk Provider Profile URI: URI that corresponds to risk source identifier.
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: reference
- uniqueness: none
Returns: The ref of this UserExtRiskScores. Return type: str
-
risk_level
¶ [Required] Gets the risk_level of this UserExtRiskScores. Risk Level
Added In: 18.1.6
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Allowed values for this property are: “LOW”, “MEDIUM”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The risk_level of this UserExtRiskScores. Return type: str
-
score
¶ [Required] Gets the score of this UserExtRiskScores. Risk Score value
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: integer
- uniqueness: none
- idcsMaxValue: 100
- idcsMinValue: 0
Returns: The score of this UserExtRiskScores. Return type: int
-
source
¶ Gets the source of this UserExtRiskScores. Risk Provider Profile Source
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The source of this UserExtRiskScores. Return type: str
-
status
¶ Gets the status of this UserExtRiskScores. Risk Provider Profile status
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The status of this UserExtRiskScores. Return type: str
-
value
¶ [Required] Gets the value of this UserExtRiskScores. Risk Provider Profile: Identifier for the provider service from which the risk score was received.
Added In: 18.1.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtRiskScores. Return type: str
-