Skip to content
Discussion options

You must be logged in to vote

The solution for this may depend on a few things...

Some things to consider...

  1. pass in an object instead of null
ipsecPolices : empty(ipsecPolices ) ? {} : ipsecPolices
  1. set a default value on the parameter so that if you pass null it should be allowed?
param ipsecPolices object = {}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@brwilkinson
Comment options

@J0F3
Comment options

@brwilkinson
Comment options

@brwilkinson
Comment options

Answer selected by brwilkinson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants