anonAllowed property

bool? anonAllowed
getter/setter pair

Boolean flag that manages user access to the catalog item.

When true, the catalog item has public visibility and can be viewed anonymously; otherwise, only registered users may view it. Note: when the parent portal is enrolled in the audience management feature, and this flag is set to false, visibility is set to an indeterminate state and must be explicitly specified in the management UI (see Manage the visibility of an API in your portal). Additionally, when enrolled in the audience management feature, updates to this flag will be ignored as visibility permissions must be updated in the management UI.

Optional.

Implementation

core.bool? anonAllowed;