Kotlin Multiplatform Client for Docker
Toggle table of contents
snapshot
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin Multiplatform Client for Docker
Kotlin Multiplatform Client for Docker
/
dev.limebeck.libs.docker.client.model
/
PluginPrivilege
Plugin
Privilege
@
Serializable
data
class
PluginPrivilege
(
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
value
:
List
<
String
>
?
=
null
)
Describes a permission the user has to accept upon installing the plugin.
Parameters
name
description
`value`
Members
Constructors
Plugin
Privilege
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
description
:
String
?
=
null
,
value
:
List
<
String
>
?
=
null
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"Description"
)
val
description
:
String
?
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
val
name
:
String
?
value
Link copied to clipboard
@
SerialName
(
value
=
"Value"
)
val
value
:
List
<
String
>
?