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 997fc0cCopy full SHA for 997fc0c
docs/json_schemas/postgresql_client/v0/requirer.json
@@ -110,6 +110,22 @@
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": [
126
+ "secret:d2fjn1fmp25004or68b0"
127
128
+ "title": "Requested entiy secret"
129
}
130
},
131
"required": [
@@ -142,4 +158,4 @@
142
158
143
159
"title": "RequirerSchema",
144
160
"type": "object"
145
-}
161
+}
0 commit comments