Role

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM

Properties

Name Type Description
id string Role identifier
displayName string Role display name
description string Role description
roleCategory string Role category
View JSON Schema on GitHub

JSON Schema

oracle-fusion-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Role",
  "title": "Role",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Role identifier"
    },
    "displayName": {
      "type": "string",
      "description": "Role display name"
    },
    "description": {
      "type": "string",
      "description": "Role description"
    },
    "roleCategory": {
      "type": "string",
      "description": "Role category"
    }
  }
}