File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/secret/v1alpha1
scaleway/scaleway/secret/v1alpha1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ async def list_tags(
10421042 ) -> ListTagsResponse :
10431043 """
10441044 List tags.
1045- List all tags associated to secrets in one or several Projects .
1045+ List all tags associated with secrets within a given Project .
10461046 :param region: Region to target. If none is passed will use default region from the config.
10471047 :param project_id: ID of the Project to target.
10481048 (Optional.) If not specified, Secret Manager will look for tags in all Projects.
@@ -1083,7 +1083,7 @@ async def list_tags_all(
10831083 ) -> List [str ]:
10841084 """
10851085 List tags.
1086- List all tags associated to secrets in one or several Projects .
1086+ List all tags associated with secrets within a given Project .
10871087 :param region: Region to target. If none is passed will use default region from the config.
10881088 :param project_id: ID of the Project to target.
10891089 (Optional.) If not specified, Secret Manager will look for tags in all Projects.
Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ def list_tags(
10421042 ) -> ListTagsResponse :
10431043 """
10441044 List tags.
1045- List all tags associated to secrets in one or several Projects .
1045+ List all tags associated with secrets within a given Project .
10461046 :param region: Region to target. If none is passed will use default region from the config.
10471047 :param project_id: ID of the Project to target.
10481048 (Optional.) If not specified, Secret Manager will look for tags in all Projects.
@@ -1083,7 +1083,7 @@ def list_tags_all(
10831083 ) -> List [str ]:
10841084 """
10851085 List tags.
1086- List all tags associated to secrets in one or several Projects .
1086+ List all tags associated with secrets within a given Project .
10871087 :param region: Region to target. If none is passed will use default region from the config.
10881088 :param project_id: ID of the Project to target.
10891089 (Optional.) If not specified, Secret Manager will look for tags in all Projects.
You can’t perform that action at this time.
0 commit comments