Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions mmv1/products/apigee/AddonsConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,17 @@ properties:
Time at which the Connectors Platform add-on expires in milliseconds since epoch.
If unspecified, the add-on will never expire.
output: true
- name: 'analyticsConfig'
type: NestedObject
description: Configuration for the Analytics add-on.
properties:
- name: 'enabled'
type: Boolean
description:
Flag that specifies whether the Analytics add-on is enabled.
- name: 'expiresAt'
type: String
description:
Time at which the Analytics add-on expires in milliseconds since epoch.
If unspecified, the add-on will never expire.
output: true
Loading