Enable Clients to Request Mitigation of User's Risk Score
post
                    /admin/v1/sdk/adaptive/MitigateRisks
Request
Supported Media Types
                - application/json
Header Parameters
                - 
                        Authorization: string
                        
                        Provide a valid Admin Access Token
Root Schema : MitigateRisks
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectUse this schema for providing values to request mitigation of user's risk score.
    
    
    
    
        Show Source
        - 
            data: 
            array  data
            
            This attribute is a key-value pair. For now the adaptive security expects device-fingerprint and client-ip in the request.
- 
            event: 
            string
            This is a multivalued attribute with the name of event that will contribute to risk score decay. Supported values for this attribute are:- SSO_THREAT_MITIGATION_SUCCESS
- ADMIN_ME_PASSWORD_CHANGE_SUCCESS
 
- 
            userName: 
            string
            This attribute helps to uniquely identify a user in IDCS.
Nested Schema : data
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThis attribute is a key-value pair. For now the adaptive security expects device-fingerprint and client-ip in the request.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  Data
            
            Use this schema to provide values for the object named data.
Nested Schema : Data
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectUse this schema to provide values for the object named data.
    
    
    
    
        Show Source
        - 
            name: 
            string
            This attribute denotes the key of the key-value pair. Supported values for this attribute are:- device
- client-ip
 
 .
- 
            value: 
            string
            This attribute denotes the value of the key-value pair. Supported values for this attribute are:- device's fingerprint
- client's IP address
 
 .
Response
Supported Media Types
                - application/json
200 Response
Valid POST response
                
                
                400 Response
Bad request
                
                
                401 Response
Unauthorized
                
                
                422 Response
Unprocessable Entity
                
                
                500 Response
Internal Server error