mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
20 lines
416 B
YAML
20 lines
416 B
YAML
type : object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: Role name
|
|
id:
|
|
type: string
|
|
description: Role ID
|
|
description:
|
|
type: string
|
|
description: Role description
|
|
ownerName:
|
|
type: string
|
|
description: Role owner name
|
|
ownerId:
|
|
type: string
|
|
description: Role owner ID
|
|
assignable:
|
|
type: boolean
|
|
description: Flag indicating whether or not the role is assignable |