Skip to content

Commit 086503f

Browse files
committed
DP-2573: Add JWK
1 parent 26b764f commit 086503f

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

docs/content/en/docs/administration/organization/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ See [Manage Organizations](https://www.gooddata.com/developers/cloud-native/doc/
1313

1414
* [update_name](./update_name/)
1515
* [update_oidc_parameters](./update_oidc_parameters/)
16+
* [create_or_update_jwk](./create_or_update_jwk/)
17+
* [delete_jwk](./delete_jwk/)
18+
* [get_jwk](./get_jwk/)
19+
* [list_jwks](./list_jwks/)
1620

1721
## Example
1822

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "create_or_update_jwk"
3+
linkTitle: "create_or_update_jwk"
4+
superheading: "catalog_organization."
5+
weight: 100
6+
---
7+
8+
{{< python "sdk.CatalogOrganizationService.create_or_update_jwk" >}}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "delete_jwk"
3+
linkTitle: "delete_jwk"
4+
superheading: "catalog_organization."
5+
weight: 100
6+
---
7+
8+
{{< python "sdk.CatalogOrganizationService.delete_jwk" >}}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "get_jwk"
3+
linkTitle: "get_jwk"
4+
superheading: "catalog_organization."
5+
weight: 100
6+
---
7+
8+
{{< python "sdk.CatalogOrganizationService.get_jwk" >}}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "list_jwks"
3+
linkTitle: "list_jwks"
4+
superheading: "catalog_organization."
5+
weight: 100
6+
---
7+
8+
{{< python "sdk.CatalogOrganizationService.list_jwks" >}}
File renamed without changes.

0 commit comments

Comments
 (0)