topics property

List<Topic>? topics
getter/setter pair

A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.

Optional.

Implementation

core.List<Topic>? topics;