File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
scaleway-async/scaleway_async/iam/v1alpha1
scaleway/scaleway/iam/v1alpha1 Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -2157,6 +2157,18 @@ class ParseSamlMetadataResponse:
21572157 signing_certificates : list [str ]
21582158
21592159
2160+ @dataclass
2161+ class ParseSamlMetadataRequest :
2162+ file : ScwFile
2163+
2164+
2165+ @dataclass
2166+ class ParseSamlMetadataResponse :
2167+ single_sign_on_url : str
2168+ entity_id : str
2169+ signing_certificates : list [str ]
2170+
2171+
21602172@dataclass
21612173class RemoveGroupMemberRequest :
21622174 group_id : str
Original file line number Diff line number Diff line change @@ -2157,6 +2157,18 @@ class ParseSamlMetadataResponse:
21572157 signing_certificates : list [str ]
21582158
21592159
2160+ @dataclass
2161+ class ParseSamlMetadataRequest :
2162+ file : ScwFile
2163+
2164+
2165+ @dataclass
2166+ class ParseSamlMetadataResponse :
2167+ single_sign_on_url : str
2168+ entity_id : str
2169+ signing_certificates : list [str ]
2170+
2171+
21602172@dataclass
21612173class RemoveGroupMemberRequest :
21622174 group_id : str
You can’t perform that action at this time.
0 commit comments