annotations property

Map<String, String>? annotations
getter/setter pair

A key-value map to store arbitrary metadata for the Policy.

Keys can be up to 63 characters. Values can be up to 255 characters.

Implementation

core.Map<core.String, core.String>? annotations;