-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support
management.mode
add metadata.fields.required
properties i…
…n `credential_type`. (#804) * Added support for management.mode and required properties in credential type. Minor fixes to behavior. Code is incomplete due to need for new validator to handle a specific API validation requirement. * Implemented resource validation to support specialized credential type schema check requirements. Implemented credential type management mode handling to acocunt for issuance rule API behavior when the credential management mode is set to MANAGED. * Updated data source with new available credential type properties. Test case expansion. Minor cleanup. * Fixed a typo in an error message. Added changelog for PR. --------- Co-authored-by: Patrick Cowland <[email protected]>
- Loading branch information
1 parent
5ab7788
commit 5103598
Showing
10 changed files
with
435 additions
and
19 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,12 @@ | ||
```release-note:enhancement | ||
`resource/pingone_credential_type`: Added support for the `management_mode` and `metadata.fields.required` properties. | ||
``` | ||
|
||
```release-note:enhancement | ||
`data_source/pingone_credential_type`: Added support for the `management_mode` and `metadata.fields.required` properties. | ||
``` | ||
|
||
```release-note:note | ||
`resource/pingone_credential_issuance_rule`: A `credential_issuance_rule` cannot be assigned to a `credential_type` that has a `management_mode` of `MANAGED`. | ||
``` | ||
|
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
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
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
Oops, something went wrong.