Skip to content

Commit cc3d895

Browse files
Generate serviceaccount
1 parent e7d5564 commit cc3d895

6 files changed

Lines changed: 235 additions & 834 deletions

File tree

services/serviceaccount/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4407196dbbef4e53e6798809e856725cbc84ae05
1+
1fdef398bea59d49731a7d9ac39394ba5b6bb72c

services/serviceaccount/src/stackit/serviceaccount/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"FederatedListFederatedIdentityProvidersResponse",
4646
"GetServiceAccountKeyResponse",
4747
"GetServiceAccountKeyResponseCredentials",
48+
"IntrospectJWTPayload",
49+
"IntrospectJWTResponse",
4850
"JWK",
4951
"JWKS",
5052
"ListAccessTokensResponse",
@@ -120,6 +122,12 @@
120122
from stackit.serviceaccount.models.get_service_account_key_response_credentials import (
121123
GetServiceAccountKeyResponseCredentials as GetServiceAccountKeyResponseCredentials,
122124
)
125+
from stackit.serviceaccount.models.introspect_jwt_payload import (
126+
IntrospectJWTPayload as IntrospectJWTPayload,
127+
)
128+
from stackit.serviceaccount.models.introspect_jwt_response import (
129+
IntrospectJWTResponse as IntrospectJWTResponse,
130+
)
123131
from stackit.serviceaccount.models.jwk import JWK as JWK
124132
from stackit.serviceaccount.models.jwks import JWKS as JWKS
125133
from stackit.serviceaccount.models.list_access_tokens_response import (

0 commit comments

Comments
 (0)