-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Connector Schema (07-Jan-2025) (#407)
* Update connector schema * Update generated documentation/code * Update changelog --------- Co-authored-by: github-actions[bot] <[email protected]>
- Loading branch information
1 parent
d35c066
commit a60eeea
Showing
6 changed files
with
320 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:note | ||
Update Connector Reference Guide (07 January 2025). | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
resource "davinci_connection" "connectorClear" { | ||
environment_id = var.pingone_environment_id | ||
|
||
connector_id = "connectorClear" | ||
name = "My awesome connectorClear" | ||
|
||
property { | ||
name = "customAuth" | ||
type = "json" | ||
value = var.connectorclear_property_custom_auth | ||
} | ||
} |
Oops, something went wrong.