LockerCredentialUpdate

Payload to update a credential's configuration within a locker

Properties

Name Type Description
attributes array Credential attributes to expose through this locker
View JSON Schema on GitHub

JSON Schema

automation-anywhere-lockercredentialupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LockerCredentialUpdate",
  "title": "LockerCredentialUpdate",
  "type": "object",
  "description": "Payload to update a credential's configuration within a locker",
  "properties": {
    "attributes": {
      "type": "array",
      "description": "Credential attributes to expose through this locker",
      "items": {
        "type": "integer",
        "format": "int64",
        "description": "Credential attribute ID"
      }
    }
  }
}