Skip to content

Commit

Permalink
DP-2573: Add JWK
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara3l committed Aug 23, 2023
1 parent 26b764f commit a3e0335
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/en/docs/administration/organization/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ See [Manage Organizations](https://www.gooddata.com/developers/cloud-native/doc/

* [update_name](./update_name/)
* [update_oidc_parameters](./update_oidc_parameters/)
* [create_or_update_jwk](./create_or_update_jwk/)
* [delete_jwk](./delete_jwk/)
* [get_jwk](./get_jwk/)
* [list_jwk](./list_jwk/)

## Example

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "create_or_update_jwk"
linkTitle: "create_or_update_jwk"
superheading: "catalog_organization."
weight: 100
---

{{< python "sdk.CatalogOrganizationService.create_or_update_jwk" >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "delete_jwk"
linkTitle: "delete_jwk"
superheading: "catalog_organization."
weight: 100
---

{{< python "sdk.CatalogOrganizationService.delete_jwk" >}}
8 changes: 8 additions & 0 deletions docs/content/en/docs/administration/organization/get_jwk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "get_jwk"
linkTitle: "get_jwk"
superheading: "catalog_organization."
weight: 100
---

{{< python "sdk.CatalogOrganizationService.get_jwk" >}}
8 changes: 8 additions & 0 deletions docs/content/en/docs/administration/organization/list_jwk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "list_jwks"
linkTitle: "list_jwks"
superheading: "catalog_organization."
weight: 100
---

{{< python "sdk.CatalogOrganizationService.list_jwks" >}}

0 comments on commit a3e0335

Please sign in to comment.