Wow
Toggle table of contents
8.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-api
/
me.ahoo.wow.api.abac
/
DefaultApplyResourceTags
Default
Apply
Resource
Tags
@
CommandRoute
(
action
=
"tags"
,
method
=
CommandRoute.Method.PUT
,
appendIdPath
=
CommandRoute.AppendPath.ALWAYS
)
data
class
DefaultApplyResourceTags
(
val
tags
:
AbacTags
)
:
ApplyResourceTags
应用 ABAC 资源标签的默认实现。
Members
Constructors
Default
Apply
Resource
Tags
Link copied to clipboard
constructor
(
tags
:
AbacTags
)
Properties
tags
Link copied to clipboard
open
override
val
tags
:
AbacTags
标签映射
Functions
validate
Link copied to clipboard
open
override
fun
validate
(
)
Validates the command payload for correctness and consistency.