tags property

List<Tag>? tags
final

The list of user-defined tags associated with the secret. To add tags to a secret, use TagResource. To remove tags, use UntagResource.

Implementation

final List<Tag>? tags;