Skip to content

Handle new PrivilegeLevelChangeAction #4989

Open
@michalpristas

Description

@michalpristas
PrivilegeLevelChangeAction:
 type: object
 properties:
   id:
     type: string
     description: Unique identifier for the action.
   type:
     type: string
     description: Type of the action.
   unprivileged:
     type: bool
   user_info:
     $ref: '#/definitions/UserInfo'
     description: Information about the user (ignored when unprivileged is false).
 required:
   - id
   - type
   - unprivileged
UserInfo:
 type: object
 properties:
   username:
     type: string
     description: Username of the user (if not provided, defaults to ElasticUsername).
   groupname:
     type: string
     description: Groupname of the user (if not provided, defaults to ElasticGroupName).
   password:
     type: string
     description: Password of the user (if not provided, no password is set.
 required: []

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions