Is there a way to stop requiring an organization marking on a media set?
How does the media set get the organization marking? Is this media set created/updated via a transform?
Generally media sets shouldn’t behave any differently here to datasets, and so take the same approaches to manage markings.
e.g. you can use the same stop_propagating
and stop_requiring
syntax on media set inputs - https://www.palantir.com/docs/foundry/platform-security-management/manage-markings/#remove-an-inherited-marking
but not entirely sure that does what you need
Any chance you can explain in more detail your end-to-end workflow/what you’re trying to achieve?
Yep, using the same stop_requiring
as on datasets worked even though it’s not documented anywhere. Thanks for suggesting it.