You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most policy-related API functions overwrite/replace existing policies. This is fine but fairly annoying if you just want to change a policy. We need a package that can:
Parse policies into an R representation (basically just jsonlite::fromJSON() with some non-default options)
Construct policies in a consistent way (basically just jsonlite::toJSON() with some non-default options)
Most policy-related API functions overwrite/replace existing policies. This is fine but fairly annoying if you just want to change a policy. We need a package that can:
jsonlite::fromJSON()
with some non-default options)jsonlite::toJSON()
with some non-default options)The text was updated successfully, but these errors were encountered: