LockerConsumer

A role with consumer access to a locker's credentials

Properties

Name Type Description
roleId integer Unique identifier of the consumer role
roleName string Name of the consumer role
View JSON Schema on GitHub

JSON Schema

automation-anywhere-lockerconsumer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LockerConsumer",
  "title": "LockerConsumer",
  "type": "object",
  "description": "A role with consumer access to a locker's credentials",
  "properties": {
    "roleId": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier of the consumer role"
    },
    "roleName": {
      "type": "string",
      "description": "Name of the consumer role"
    }
  }
}