From 7506d0c509f3139c92a8602d1b10bdefd1293385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20B=C3=A9ot?= Date: Wed, 28 Feb 2024 18:33:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Aadd=20snippets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- README.md | 32 ++++++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d264b6..c0c7ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,12 @@ This changelog is following the recommended format by [keepachangelog](https://k ### Added -- Export/Import workflows +- Export/Import workflows (cf. [#57](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/57)) - Edit Public Identities Config - Edit Access Request Configuration -- Can export everything with SP-Config +- Can export everything with SP-Config (cf. [#56](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/56)) - Can select cloud rules for export with SP-Config +- Add IDENTITY_OBJECT_CONFIG as an importable object from SP-Config ### Fixed diff --git a/README.md b/README.md index 8a2bb08..f6fa7d6 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ The extension allows you to manage rules and upload the script to a new or exist ## Workflow management Export and Import workflows automatically: + - Remove the properties "created", "creator", "modified", "modifiedBy", and "owner" - Nullify any value that starts with `$.secrets.` @@ -142,6 +143,22 @@ This extension includes the following snippets for schemas: | `New provisioning policy` | Create a new provisioning policy | | `New field` | Create a new field | +### Forms + +This extension includes the following snippets for forms: + +| Trigger | Content | +| ---------------- | ----------------------- | +| `New Form Input` | Create a new form input | + +### Public Identities Configuration + +This extension includes the following snippets for the Public Identities Configuration: + +| Trigger | Content | +| ------------------------ | --------------------------------------- | +| `New identity attribute` | Create a new identity attribute mapping | + ## Import format ### Access Profiles @@ -210,13 +227,11 @@ There are 3 kind of attributes: ##### Logical operators - -| Operator | Description | -| -------- | ----------- | -| and | Logical "and" | +| Operator | Description | +| -------- | ------------- | +| and | Logical "and" | | or | Logical "or" | - ##### Values Values must be within `"` or `'`. @@ -286,11 +301,12 @@ The pattern defined above use the following tokens: ## Release Notes - Display warning if file is too big (cf. [#66](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/66)) -- Export/Import workflows -- Edit Public Identities Configuration +- Export/Import workflows (cf. [#57](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/57)) +- Edit Public Identities Config - Edit Access Request Configuration -- Can export everything with SP-Config +- Can export everything with SP-Config (cf. [#56](https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/56)) - Can select cloud rules for export with SP-Config +- Add IDENTITY_OBJECT_CONFIG as an importable object from SP-Config ### 0.0.28