IBM WebSphere · Schema

SecurityRole

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
name string
description string
users array
groups array
View JSON Schema on GitHub

JSON Schema

websphere-admin-rest-security-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SecurityRole",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "users": {
      "type": "array"
    },
    "groups": {
      "type": "array"
    }
  }
}