Skip to content

Commit ddc989b

Browse files
authored
feat(iam): add ListJWTs, GetJWT and DeleteJWT (#69)
1 parent 48b1bd5 commit ddc989b

File tree

8 files changed

+1342
-742
lines changed

8 files changed

+1342
-742
lines changed

scaleway-async/scaleway_async/iam/v1alpha1/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .types import ListAPIKeysRequestOrderBy
55
from .types import ListApplicationsRequestOrderBy
66
from .types import ListGroupsRequestOrderBy
7+
from .types import ListJWTsRequestOrderBy
78
from .types import ListPermissionSetsRequestOrderBy
89
from .types import ListPoliciesRequestOrderBy
910
from .types import ListQuotaRequestOrderBy
@@ -15,9 +16,11 @@
1516
from .types import APIKey
1617
from .types import Application
1718
from .types import Group
19+
from .types import JWT
1820
from .types import ListAPIKeysResponse
1921
from .types import ListApplicationsResponse
2022
from .types import ListGroupsResponse
23+
from .types import ListJWTsResponse
2124
from .types import ListPermissionSetsResponse
2225
from .types import ListPoliciesResponse
2326
from .types import ListQuotaResponse
@@ -39,6 +42,7 @@
3942
"ListAPIKeysRequestOrderBy",
4043
"ListApplicationsRequestOrderBy",
4144
"ListGroupsRequestOrderBy",
45+
"ListJWTsRequestOrderBy",
4246
"ListPermissionSetsRequestOrderBy",
4347
"ListPoliciesRequestOrderBy",
4448
"ListQuotaRequestOrderBy",
@@ -50,9 +54,11 @@
5054
"APIKey",
5155
"Application",
5256
"Group",
57+
"JWT",
5358
"ListAPIKeysResponse",
5459
"ListApplicationsResponse",
5560
"ListGroupsResponse",
61+
"ListJWTsResponse",
5662
"ListPermissionSetsResponse",
5763
"ListPoliciesResponse",
5864
"ListQuotaResponse",

0 commit comments

Comments
 (0)