Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/serviceaccount/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4407196dbbef4e53e6798809e856725cbc84ae05
c004e0f1d367549b55fb1f5a3664f77d0f9a88b0
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"FederatedListFederatedIdentityProvidersResponse",
"GetServiceAccountKeyResponse",
"GetServiceAccountKeyResponseCredentials",
"IntrospectJWTPayload",
"IntrospectJWTResponse",
"JWK",
"JWKS",
"ListAccessTokensResponse",
Expand Down Expand Up @@ -120,6 +122,12 @@
from stackit.serviceaccount.models.get_service_account_key_response_credentials import (
GetServiceAccountKeyResponseCredentials as GetServiceAccountKeyResponseCredentials,
)
from stackit.serviceaccount.models.introspect_jwt_payload import (
IntrospectJWTPayload as IntrospectJWTPayload,
)
from stackit.serviceaccount.models.introspect_jwt_response import (
IntrospectJWTResponse as IntrospectJWTResponse,
)
from stackit.serviceaccount.models.jwk import JWK as JWK
from stackit.serviceaccount.models.jwks import JWKS as JWKS
from stackit.serviceaccount.models.list_access_tokens_response import (
Expand Down
Loading
Loading