Skip to content

@ubstream/ubstream-node-client-sdk / Exports / PublicAuthzPropagationFull

Enumeration: PublicAuthzPropagationFull

Enumeration representing the propagation strategy of a modification of collections authorizations.

Table of contents

Enumeration Members

Enumeration Members

DO_NOT_PROPAGATE

DO_NOT_PROPAGATE = "do_not_propagate"

Will not propagate authorizations to children. This is the default parameter.


MERGE

MERGE = "merge"

Will apply delta on children entities authorizations.


OVERWRITE

OVERWRITE = "overwrite"

Will erase children entities authorizations.