ApplyAbacTags

@Summary(value = "Apply ABAC Tags")
interface ApplyAbacTags : AbacTaggable, CommandValidator

Command contract for applying ABAC tags.

AbacTaggable supplies the tags and CommandValidator rejects invalid input.

Tag keys must not be blank.

See also

Inheritors

Properties

Link copied to clipboard
abstract val tags: AbacTags

Tags keyed by attribute name.

Functions

Link copied to clipboard
open override fun validate()

Validates the command payload for correctness and consistency.