Skip to content

Commit b8ca11b

Browse files
committed
feat: add metadata field at provider plugin_info (#199)
Signed-off-by: ImMin5 <[email protected]>
1 parent 9f2b8f6 commit b8ca11b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spaceone/identity/model/provider/response.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Plugin(BaseModel):
1313
version: Union[str, None] = None
1414
options: Union[dict, None] = None
1515
upgrade_mode: Union[UpgradeMode, None] = None
16+
metadata: Union[dict, None] = None
1617

1718

1819
class ProviderResponse(BaseModel):

0 commit comments

Comments
 (0)