Saviynt · Schema

FetchControlAttributesRequest

Identity GovernanceIdentity AdministrationAccess ManagementPrivileged Access ManagementSegregation of DutiesIGASecurity

Properties

Name Type Description
analyticstype string
analyticsname string
id string
offset string
max string
View JSON Schema on GitHub

JSON Schema

FetchControlAttributesRequest.json Raw ↑
{
  "title": "FetchControlAttributesRequest",
  "x-stoplight": {
    "id": "iasaxhi5b6ra5"
  },
  "type": "object",
  "properties": {
    "analyticstype": {
      "type": "string",
      "x-stoplight": {
        "id": "c25fj8an0lke0"
      },
      "enum": [
        "ES",
        "DB"
      ]
    },
    "analyticsname": {
      "type": "string",
      "x-stoplight": {
        "id": "c25fj8an0lke0"
      }
    },
    "id": {
      "type": "string",
      "x-stoplight": {
        "id": "ccnguyxlr43nw"
      }
    },
    "offset": {
      "type": "string",
      "x-stoplight": {
        "id": "j1hx738kzy1wi"
      }
    },
    "max": {
      "type": "string",
      "x-stoplight": {
        "id": "t60xlmb2ol31w"
      }
    }
  },
  "required": [
    "analyticstype"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}