mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 10:54:48 +00:00
feat(addons): deny team access to Portainer, redirect to Portainer-Run [R8S-1192] (#3264)
This commit is contained in:
@@ -15554,6 +15554,11 @@ components:
|
||||
type: object
|
||||
portainer.Team:
|
||||
properties:
|
||||
DenyPortainerAccess:
|
||||
description: Whether members of this team are denied access to Portainer itself
|
||||
(EE only)
|
||||
example: false
|
||||
type: boolean
|
||||
Id:
|
||||
description: Team Identifier
|
||||
example: 1
|
||||
|
||||
@@ -4543,6 +4543,11 @@ definitions:
|
||||
type: object
|
||||
portainer.Team:
|
||||
properties:
|
||||
DenyPortainerAccess:
|
||||
description: Whether members of this team are denied access to Portainer itself
|
||||
(EE only)
|
||||
example: false
|
||||
type: boolean
|
||||
Id:
|
||||
description: Team Identifier
|
||||
example: 1
|
||||
|
||||
Reference in New Issue
Block a user