Skip to content

Commit

Permalink
📚add snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-beot-sp committed Feb 28, 2024
1 parent 01e34e0 commit 7506d0c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.`

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 `'`.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7506d0c

Please sign in to comment.