REST API  4.0.0
REST API for SafeNet Network HSMs
PUT /api/lunasa

PUT /api/lunasa

Changes the state of forceSoLogin flag.

Parameters

forceSoLogin

Indicates whether to force security officer authentication credentials on specific resources.

Use: Required

JSON Schema:

   Object
   type: boolean
         false = do not use forceSoLogin
         true = use forceSoLogin

Responses

204

Success

400

Unexpected error

Example Request

   PUT 
   https://1.2.3.4:8443/api/lunasa
   {
      "forceSoLogin": true
   }

Example Result

Headers:
{'access-control-allow-origin': '*', 'content-type': 'application/json', 'content-length': '0', 'access-control-allow-credentials': 'true'}
""