Obtains the time point when the last change in the set of users having the permission LANDSCAPE:MANAGE:AWS was observed. The earliest time point that may be reported is the time this bundle has been activated.
| Webservice Type: | GET | 
| Output format: | json | 
| Mandatory form parameters: | None | 
| Request method: | GET | 
| Example: | curl -H 'Authorization: Bearer RvGK+D73k9KjeuDu+Bx17/3clLJHD7Ff+NCLeu9YDOQ=' -X GET https://security-service.sapsailing.com/landscape/api/landscape/get_time_point_of_last_change_in_ssh_keys_of_aws_landscape_managers
           produces a 200 status code with output 
              {
                  "timePointOfLastChangeOfSetOfLandscapeManagers-millis": 1645220854886,
                  "timePointOfLastChangeOfSetOfLandscapeManagers-iso": "2022-02-18T21:47:34.047Z"
              }
        ]
         |