Saviynt · Schema

FetchControlDetailsRequest

Identity GovernanceIdentity AdministrationAccess ManagementPrivileged Access ManagementSegregation of DutiesIGASecurity

Properties

Name Type Description
controlId string
max string
offset string
View JSON Schema on GitHub

JSON Schema

FetchControlDetailsRequest.json Raw ↑
{
  "title": "FetchControlDetailsRequest",
  "x-stoplight": {
    "id": "6ns86hzu7sdd8"
  },
  "type": "object",
  "properties": {
    "controlId": {
      "type": "string",
      "x-stoplight": {
        "id": "3v79rbtw8qy9d"
      }
    },
    "max": {
      "type": "string",
      "x-stoplight": {
        "id": "de4luh6fct1in"
      }
    },
    "offset": {
      "type": "string",
      "x-stoplight": {
        "id": "64sybht5vrikh"
      }
    }
  },
  "required": [
    "controlId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}