Skip to content

Commit

Permalink
Merge pull request #230 from ImMin5/feature-service-accont-auto-sync
Browse files Browse the repository at this point in the history
Add metadata field at provider plugin_info
  • Loading branch information
ImMin5 authored Apr 3, 2024
2 parents e23e5f6 + b8ca11b commit c654a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spaceone/identity/model/provider/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Plugin(BaseModel):
version: Union[str, None] = None
options: Union[dict, None] = None
upgrade_mode: Union[UpgradeMode, None] = None
metadata: Union[dict, None] = None


class ProviderResponse(BaseModel):
Expand Down

0 comments on commit c654a2e

Please sign in to comment.