dynamicMetadata property
Optional response metadata that will be emitted as dynamic metadata to be consumed by the caller of ServiceController.
For compatibility with the ext_authz interface.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Map<core.String, core.Object?>? dynamicMetadata;