We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22006e commit 65a524dCopy full SHA for 65a524d
docs/json_schemas/postgresql_client/v0/requirer.json
@@ -110,6 +110,20 @@
110
"[{\"resource_name\": \"items\", \"resource_type\": \"TABLE\", \"privileges\": [\"SELECT\"]}]"
111
],
112
"title": "Entity permissions"
113
+ },
114
+ "requested-entity-secret": {
115
+ "anyOf": [
116
+ {
117
+ "type": "string"
118
119
120
+ "type": "null"
121
+ }
122
+ ],
123
+ "default": null,
124
+ "description": "URI of a secret containing a definition of the credentials to be created by the provider",
125
+ "examples": ["secret:d2fjn1fmp25004or68b0"],
126
+ "title": "Requested entiy secret"
127
}
128
},
129
"required": [
@@ -142,4 +156,4 @@
142
156
143
157
"title": "RequirerSchema",
144
158
"type": "object"
145
-}
159
+}
0 commit comments