diff --git a/docs/custom-requests/compatability.md b/docs/custom-requests/compatability.md new file mode 100644 index 00000000..de3a1ef0 --- /dev/null +++ b/docs/custom-requests/compatability.md @@ -0,0 +1,24 @@ +# Ping CLI Custom Request Services Support + +The custom REST API request command offers a cURL-like experience to interact with the Ping platform services, with authentication and environment details dynamically filled by the CLI. + +The following describes the CLI's support of each of these Ping platform services. + +| Service | Support | Roadmap | +| ------------------- | ---- | ------- | +| PingFederate Software | :x: | Coming 2025 | +| PingOne Advanced Identity Cloud | :x: | TBD | +| PingOne Advanced Services PingFederate | :x: | Coming 2025 | +| PingOne Authorize | :white_check_mark: | | +| PingOne Credentials | :white_check_mark: | | +| PingOne DaVinci | :x: | Coming 2025 | +| PingOne MFA | :white_check_mark: | | +| PingOne Platform | :white_check_mark: | | +| PingOne Protect | :white_check_mark: | | +| PingOne SSO | :white_check_mark: | | +| PingOne Verify | :white_check_mark: | | + +Key: +* :white_check_mark: - Supported / Released +* :large_orange_diamond: - Partial support / In progress +* :x: - No current support / Roadmap \ No newline at end of file diff --git a/docs/exporting-configuration/hcl-export-compatibility.md b/docs/exporting-configuration/hcl-export-compatibility.md new file mode 100644 index 00000000..b99eabb5 --- /dev/null +++ b/docs/exporting-configuration/hcl-export-compatibility.md @@ -0,0 +1,26 @@ +# Ping CLI HCL Export Services Support + +The platform export command exports configuration-as-code packages for the Ping Platform. The CLI can export +Terraform HCL to use with released Terraform providers. + +The following describes the CLI's support of each of these Ping platform services for HCL export. + +| Service | Support | Roadmap | +| ------------------- | ---- | ------- | +| PingDirectory Software | :x: | Not Planned | +| PingFederate Software | :large_orange_diamond: | Coming End 2024 | +| PingOne Advanced Identity Cloud | :x: | TBD | +| PingOne Advanced Services PingFederate | :large_orange_diamond: | Coming End 2024 | +| PingOne Authorize | :x: | Coming End 2024 | +| PingOne Credentials | :x: | Coming End 2024 | +| PingOne DaVinci | :x: | Coming 2025 | +| PingOne MFA | :white_check_mark: | | +| PingOne Platform | :white_check_mark: | | +| PingOne Protect | :white_check_mark: | | +| PingOne SSO | :white_check_mark: | | +| PingOne Verify | :x: | Coming End 2024 | + +Key: +* :white_check_mark: - Supported / Released +* :large_orange_diamond: - Partial support / In progress +* :x: - No current support / Roadmap \ No newline at end of file diff --git a/docs/exporting-configuration/native-export-compatibility.md b/docs/exporting-configuration/native-export-compatibility.md new file mode 100644 index 00000000..9488acb5 --- /dev/null +++ b/docs/exporting-configuration/native-export-compatibility.md @@ -0,0 +1,26 @@ +# Ping CLI Native Export Services Support + +The platform export command exports configuration-as-code packages for the Ping Platform. The CLI plans to export +natively from Ping platform services. + +The following describes the CLI's support of each of these Ping platform services for native export. + +| Service | Support | Roadmap | +| ------------------- | ---- | ------- | +| PingDirectory Software | :x: | TBD | +| PingFederate Software | :x: | TBD | +| PingOne Advanced Identity Cloud | :x: | TBD | +| PingOne Advanced Services PingFederate | :x: | TBD | +| PingOne Authorize | :x: | TBD | +| PingOne Credentials | :x: | TBD | +| PingOne DaVinci | :x: | TBD | +| PingOne MFA | :x: | TBD | +| PingOne Platform | :x: | TBD | +| PingOne Protect | :x: | TBD | +| PingOne SSO | :x: | TBD | +| PingOne Verify | :x: | TBD | + +Key: +* :white_check_mark: - Supported / Released +* :large_orange_diamond: - Partial support / In progress +* :x: - No current support / Roadmap \ No newline at end of file diff --git a/docs/exporting-configuration/terraform-provider-compatibility.md b/docs/exporting-configuration/terraform-provider-compatibility.md new file mode 100644 index 00000000..707024de --- /dev/null +++ b/docs/exporting-configuration/terraform-provider-compatibility.md @@ -0,0 +1,22 @@ +# Ping CLI Platform Export Terraform Provider Support + +The platform export command exports configuration-as-code packages for the Ping Platform. The CLI can export +Terraform HCL to use with released Terraform providers. + +See [HCL Export Compatibility](./hcl-export-compatibility.md) to learn more about which Ping platform services are +supported in export. + +The following describes the CLI's support of each of these Ping Terraform providers. + +| Service | Support | Versions | +| ------------------- | ---- | ------- | +| DaVinci | :x: | TBD | +| PingDirectory | :x: | TBD | +| PingFederate | :large_orange_diamond: | >= 1.0.0 | +| PingOne | :large_orange_diamond: | >= 1.1.1 | + + +Key: +* :white_check_mark: - Supported / Released +* :large_orange_diamond: - Partial support / In progress +* :x: - No current support / Roadmap \ No newline at end of file