updated to latest version of docs and fixed syntax errors

This commit is contained in:
philip-ellis-sp
2022-11-16 17:16:24 -05:00
parent 56d717e619
commit 7e67cb76ba
3 changed files with 19 additions and 19 deletions

32
package-lock.json generated
View File

@@ -12,8 +12,8 @@
"@mdx-js/react": "^1.6.22",
"@typeform/embed-react": "^1.21.0",
"clsx": "^1.1.1",
"docusaurus-plugin-openapi-docs": "^1.4.1",
"docusaurus-theme-openapi-docs": "^1.4.1",
"docusaurus-plugin-openapi-docs": "^1.4.5",
"docusaurus-theme-openapi-docs": "^1.4.5",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
@@ -5970,9 +5970,9 @@
}
},
"node_modules/docusaurus-plugin-openapi-docs": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-1.4.1.tgz",
"integrity": "sha512-RCMmrY4ymWTXizwMO/fTidNM5gvkty5U0Hbq0VlHFobN1Zwr/QhbBVtArhTvVi4wjORtr+FeZUdNkqE6fQ9zUw==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-1.4.5.tgz",
"integrity": "sha512-CkDycCqRxc/SL1LFUXq3H3oic7Cd6uhrYtF8Do2yOVd8tak5C8jHkGCNtyjLH9I1sPOMD9BzQXGMuKyCK1BoGA==",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@docusaurus/mdx-loader": "^2.0.1",
@@ -6018,9 +6018,9 @@
}
},
"node_modules/docusaurus-theme-openapi-docs": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-1.4.1.tgz",
"integrity": "sha512-ETPkhAwMBGl/ZJeRAGDB0zfSLu9MeFvL83HeHOBA+e9anEpjCuMbbdXEWc3zNUCeME19JbAlmBSgXmbEzFiZmQ==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-1.4.5.tgz",
"integrity": "sha512-GyuagppIYVhBRol0l/RUolWmHc5cdT2KODL+5y9+Cc01rcoNVV8Atc3G+da2haBYRqLGose6iB2IWbuPikGRGA==",
"dependencies": {
"@docusaurus/theme-common": "^2.0.1",
"@mdx-js/react": "^1.6.21",
@@ -6030,7 +6030,7 @@
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"crypto-js": "^4.1.1",
"docusaurus-plugin-openapi-docs": "^1.4.1",
"docusaurus-plugin-openapi-docs": "^1.4.5",
"file-saver": "^2.0.5",
"immer": "^9.0.7",
"lodash": "^4.17.20",
@@ -18529,9 +18529,9 @@
}
},
"docusaurus-plugin-openapi-docs": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-1.4.1.tgz",
"integrity": "sha512-RCMmrY4ymWTXizwMO/fTidNM5gvkty5U0Hbq0VlHFobN1Zwr/QhbBVtArhTvVi4wjORtr+FeZUdNkqE6fQ9zUw==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/docusaurus-plugin-openapi-docs/-/docusaurus-plugin-openapi-docs-1.4.5.tgz",
"integrity": "sha512-CkDycCqRxc/SL1LFUXq3H3oic7Cd6uhrYtF8Do2yOVd8tak5C8jHkGCNtyjLH9I1sPOMD9BzQXGMuKyCK1BoGA==",
"requires": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@docusaurus/mdx-loader": "^2.0.1",
@@ -18569,9 +18569,9 @@
}
},
"docusaurus-theme-openapi-docs": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-1.4.1.tgz",
"integrity": "sha512-ETPkhAwMBGl/ZJeRAGDB0zfSLu9MeFvL83HeHOBA+e9anEpjCuMbbdXEWc3zNUCeME19JbAlmBSgXmbEzFiZmQ==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/docusaurus-theme-openapi-docs/-/docusaurus-theme-openapi-docs-1.4.5.tgz",
"integrity": "sha512-GyuagppIYVhBRol0l/RUolWmHc5cdT2KODL+5y9+Cc01rcoNVV8Atc3G+da2haBYRqLGose6iB2IWbuPikGRGA==",
"requires": {
"@docusaurus/theme-common": "^2.0.1",
"@mdx-js/react": "^1.6.21",
@@ -18581,7 +18581,7 @@
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"crypto-js": "^4.1.1",
"docusaurus-plugin-openapi-docs": "^1.4.1",
"docusaurus-plugin-openapi-docs": "^1.4.5",
"file-saver": "^2.0.5",
"immer": "^9.0.7",
"lodash": "^4.17.20",

View File

@@ -25,8 +25,8 @@
"@mdx-js/react": "^1.6.22",
"@typeform/embed-react": "^1.21.0",
"clsx": "^1.1.1",
"docusaurus-plugin-openapi-docs": "^1.4.1",
"docusaurus-theme-openapi-docs": "^1.4.1",
"docusaurus-plugin-openapi-docs": "^1.4.5",
"docusaurus-theme-openapi-docs": "^1.4.5",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"

View File

@@ -897,7 +897,7 @@
"Checked Policy Violations"
],
"summary": "This endpoint simulates provisioning a set of access items, and then checks against a set of policies to determine if granting the access items would cause creation of new policy violations.",
"description": ">This submits a set of access items to request and a set of policies to check after the access provisioning is simulated in order to determine if policy violations would be created by provisioning the access items. <br /> <br /> It receives a payload that includes: <br /> <br /> \n\n>**An identity:** Used as the recipient for the access items on the simulation. <br /><br /> \n\n>**A provisioning plan:** To specify the changes to be simulatedly provisioned in the provided identity <br /><br /> \n\n>**A list of policies:** to check after the simulation of provisioning plan was applied to the identity in order to determine if the access granted in the simulation causes new policy violations. <br /><br />\n\n>Optionally you can pass a list of attributes, as query params, to be included or excluded from the response, this setting is applicable only to top level attributes as defined in the schema ***urn:ietf:params:scim:schemas:sailpoint:1.0:CheckedPolicyViolation.*** <br /><br /> \n\n>**Valid values**: <br /> \n**- policies**<br> **- identity**<br> **- plan**<br> **- violations**<br> **- leftBundles**<br> **- rightBundles** <br />\n",
"description": ">This submits a set of access items to request and a set of policies to check after the access provisioning is simulated in order to determine if policy violations would be created by provisioning the access items. It receives a payload that includes: \n\n>**An identity:** Used as the recipient for the access items on the simulation. \n\n>**A provisioning plan:** To specify the changes to be simulatedly provisioned in the provided identity \n\n>**A list of policies:** to check after the simulation of provisioning plan was applied to the identity in order to determine if the access granted in the simulation causes new policy violations. \n\n>Optionally you can pass a list of attributes, as query params, to be included or excluded from the response, this setting is applicable only to top level attributes as defined in the schema ***urn:ietf:params:scim:schemas:sailpoint:1.0:CheckedPolicyViolation.*** \n\n>**Valid values**: \n**- policies**\n **- identity**\n **- plan**\n **- violations**\n **- leftBundles**\n **- rightBundles** \n",
"requestBody": {
"required": true,
"content": {