ApiAuthRoleAuthority Data Model

This represents an authority with a name and description.

Properties
name data type description
name string The name of the authority.
description string The description of the authority.

Example

{
  "name" : "...",
  "description" : "..."
}