published property
Denotes whether the catalog item is published to the portal or is in a draft state.
When the parent portal is enrolled in the
audience management feature,
the visibility can be set to public on creation by setting the anonAllowed
flag to true or further managed in the management UI (see
Manage the visibility of an API in your portal)
before it can be visible to any users. If not enrolled in the audience
management feature, the visibility is managed by the anonAllowed
flag.
Optional.
Implementation
core.bool? published;