File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 2222 " StoreWithDistinguishedName" ,
2323 " SignedAssertionFromManagedIdentity" ,
2424 " SignedAssertionFilePath" ,
25- " SignedAssertionFromVault"
25+ " SignedAssertionFromVault" ,
26+ " CustomSignedAssertion"
2627 ],
2728 "description" : " Enumeration of credential sources."
2829 },
266267 " KeyVaultCertificateName"
267268 ]
268269 }
270+ },
271+ {
272+ "if" : {
273+ "properties" : {
274+ "SourceType" : {
275+ "const" : " CustomSignedAssertion"
276+ }
277+ }
278+ },
279+ "then" : {
280+ "properties" : {
281+ "CustomSignedAssertionProviderName" : {
282+ "type" : " string"
283+ },
284+ "CustomSignedAssertionProviderData" : {
285+ "type" : [
286+ " object" ,
287+ " null"
288+ ]
289+ }
290+ },
291+ "required" : [
292+ " SourceType" ,
293+ " CustomSignedAssertionProviderName"
294+ ]
295+ }
269296 }
270297 ]
271298 },
You can’t perform that action at this time.
0 commit comments