We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to generate the whole policy document (not the statement), like this:
{ "Version": "2012-10-17", "Statement": [ ... ] }
If not, is it possible to add the support? It can have a few helpful APIs as well (.e.g. addStatement). Thanks.
addStatement
The text was updated successfully, but these errors were encountered:
It's currently not possible but I would like to have this.
What is your use case?
My use case is to validate the policy size which is different for each policy type, see #24
Sorry, something went wrong.
udondan
No branches or pull requests
Is there a way to generate the whole policy document (not the statement), like this:
If not, is it possible to add the support? It can have a few helpful APIs as well (.e.g.
addStatement
).Thanks.
The text was updated successfully, but these errors were encountered: