You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get metadata of a secret's version using the secret's name.
858
858
Retrieve the metadata of a secret's given version specified by the `region`, `secret_name`, `revision` and `project_id` parameters.
859
+
860
+
This method is deprecated.
861
+
862
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `GetSecretVersion` request.
859
863
:param region: Region to target. If none is passed will use default region from the config.
List versions of a secret using the secret's name.
1042
1047
Retrieve the list of a given secret's versions specified by the `secret_name`,`region` and `project_id` parameters.
1048
+
1049
+
This method is deprecated.
1050
+
1051
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `ListSecretVersions` request.
1043
1052
:param region: Region to target. If none is passed will use default region from the config.
List versions of a secret using the secret's name.
1089
1099
Retrieve the list of a given secret's versions specified by the `secret_name`,`region` and `project_id` parameters.
1100
+
1101
+
This method is deprecated.
1102
+
1103
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `ListSecretVersions` request.
1090
1104
:param region: Region to target. If none is passed will use default region from the config.
Access a secret's version using the secret's name.
1255
1270
Access sensitive data in a secret's version specified by the `region`, `secret_name`, `revision` and `project_id` parameters.
1271
+
1272
+
This method is deprecated.
1273
+
1274
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `AccessSecretVersion` request.
1256
1275
:param region: Region to target. If none is passed will use default region from the config.
Get metadata of a secret's version using the secret's name.
858
858
Retrieve the metadata of a secret's given version specified by the `region`, `secret_name`, `revision` and `project_id` parameters.
859
+
860
+
This method is deprecated.
861
+
862
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `GetSecretVersion` request.
859
863
:param region: Region to target. If none is passed will use default region from the config.
List versions of a secret using the secret's name.
1042
1047
Retrieve the list of a given secret's versions specified by the `secret_name`,`region` and `project_id` parameters.
1048
+
1049
+
This method is deprecated.
1050
+
1051
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `ListSecretVersions` request.
1043
1052
:param region: Region to target. If none is passed will use default region from the config.
List versions of a secret using the secret's name.
1089
1099
Retrieve the list of a given secret's versions specified by the `secret_name`,`region` and `project_id` parameters.
1100
+
1101
+
This method is deprecated.
1102
+
1103
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `ListSecretVersions` request.
1090
1104
:param region: Region to target. If none is passed will use default region from the config.
Access a secret's version using the secret's name.
1255
1270
Access sensitive data in a secret's version specified by the `region`, `secret_name`, `revision` and `project_id` parameters.
1271
+
1272
+
This method is deprecated.
1273
+
1274
+
Scaleway recommends that you use the `ListSecrets` request with the `name` filter to specify the secret version desired, then use the `AccessSecretVersion` request.
1256
1275
:param region: Region to target. If none is passed will use default region from the config.
0 commit comments