Skip to content

Commit 92a3f12

Browse files
Replace all references to IDN with Identity Security Cloud
1 parent 594ad51 commit 92a3f12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+113
-113
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626
Documentation
2727

28-
The SailPoint CLI is a terminal-based tool you can use to to interact with your IdentityNow (IDN) tenant. The CLI provides a text-based environment you can use to run operations known as "commands" to interact with your tenant however you want.
28+
The SailPoint CLI is a terminal-based tool you can use to to interact with your Identity Security Cloud (ISC) tenant. The CLI provides a text-based environment you can use to run operations known as "commands" to interact with your tenant however you want.
2929

30-
For documentation, please see https://developer.sailpoint.com/idn/tools/cli
30+
For documentation, please see https://developer.sailpoint.com/docs/tools/cli

cmd/cluster/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func NewClusterCommand() *cobra.Command {
1515
help := util.ParseHelp(clusterHelp)
1616
cmd := &cobra.Command{
1717
Use: "cluster",
18-
Short: "Manage clusters in IdentityNow",
18+
Short: "Manage clusters in Identity Security Cloud",
1919
Long: help.Long,
2020
Example: help.Example,
2121
Aliases: []string{"cl"},

cmd/cluster/cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
==Long==
22
# Cluster
33

4-
Manage IdentityNow VA clusters.
4+
Manage Identity Security Cloud VA clusters.
55

66
## API Reference:
7-
- https://developer.sailpoint.com/idn/api/beta/managed-clusters
7+
- https://developer.sailpoint.com/docs/api/beta/managed-clusters
88
====
99

1010
==Example==

cmd/cluster/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func newGetCommand() *cobra.Command {
1818
help := util.ParseHelp(getHelp)
1919
cmd := &cobra.Command{
2020
Use: "get",
21-
Short: "Get a cluster from IdentityNow",
21+
Short: "Get a cluster from Identity Security Cloud",
2222
Long: help.Long,
2323
Example: help.Example,
2424
Aliases: []string{"get"},

cmd/cluster/get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
==Long==
22
# Get
33

4-
Get a VA cluster's configuration from IdentityNow.
4+
Get a VA cluster's configuration from Identity Security Cloud.
55

66
## API References:
7-
- https://developer.sailpoint.com/idn/api/beta/get-managed-cluster
7+
- https://developer.sailpoint.com/docs/api/beta/get-managed-cluster
88

99
====
1010

cmd/cluster/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func newListCommand() *cobra.Command {
2020
help := util.ParseHelp(listHelp)
2121
cmd := &cobra.Command{
2222
Use: "list",
23-
Short: "List the clusters configured in IdentityNow",
23+
Short: "List the clusters configured in Identity Security Cloud",
2424
Long: help.Long,
2525
Example: help.Example,
2626
Aliases: []string{"ls"},

cmd/cluster/list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
==Long==
22
# List
33

4-
List all VA clusters from IdentityNow.
4+
List all VA clusters from Identity Security Cloud.
55

66
## API References:
7-
- https://developer.sailpoint.com/idn/api/beta/get-managed-clusters
7+
- https://developer.sailpoint.com/docs/api/beta/get-managed-clusters
88

99
====
1010

cmd/cluster/logConfig/logConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Get or set a VA cluster's log configuration.
66

77
## API Reference:
8-
- https://developer.sailpoint.com/idn/api/beta/managed-clusters
8+
- https://developer.sailpoint.com/docs/api/beta/managed-clusters
99
====
1010

1111
==Example==

cmd/connector/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Connectors
22

3-
The `connectors` command is a CLI interface for the SaaS Connectivity Platform. This CLI is the best way to create and manage SaaS connectors within your IdentityNow tenant. Please [read our saas connectivity guide](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information.
3+
The `connectors` command is a CLI interface for the SaaS Connectivity Platform. This CLI is the best way to create and manage SaaS connectors within your Identity Security Cloud tenant. Please [read our saas connectivity guide](https://developer.sailpoint.com/docs/connectivity/saas-connectivity) for more information.
44

55
- [Init project](#init-project)
66
- [Create connector](#create-connector)
@@ -20,27 +20,27 @@ To initialize a new connector project, use the following command.
2020
sail conn init [connectorProjectName]
2121
```
2222

23-
This command will create a folder in your current working directory with the same name as `connectorProjectName`. All of the necessary files needed to create a connector will be included in this folder. See [creating a new project](https://developer.sailpoint.com/idn/docs/saas-connectivity/prerequisites#create-new-project) for more information.
23+
This command will create a folder in your current working directory with the same name as `connectorProjectName`. All of the necessary files needed to create a connector will be included in this folder. See [creating a new project](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/prerequisites#create-new-project) for more information.
2424

2525
## Create connector
2626

27-
To create a connector entry in your IdentityNow tenant, run the following command.
27+
To create a connector entry in your Identity Security Cloud tenant, run the following command.
2828

2929
```shell
3030
sail conn create [connectorAlias]
3131
```
3232

33-
This will register your connector and give it a unique ID. See [creating a connector in your org](https://developer.sailpoint.com/idn/docs/saas-connectivity/test-build-deploy#create-and-upload-connector-bundle) for more information.
33+
This will register your connector and give it a unique ID. See [creating a connector in your org](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/test-build-deploy#create-and-upload-connector-bundle) for more information.
3434

3535
## Upload connector
3636

37-
To upload a connector to your IdentityNow tenant, package the connector into a zip file by running `npm run pack-zip` in the project directory and then run the following command.
37+
To upload a connector to your Identity Security Cloud tenant, package the connector into a zip file by running `npm run pack-zip` in the project directory and then run the following command.
3838

3939
```shell
4040
sail conn upload -c [connectorID | connectorAlias] -f connector.zip
4141
```
4242

43-
The project files must be packaged before uploading. Please see [creating a connector](https://developer.sailpoint.com/idn/docs/saas-connectivity/test-build-deploy#create-and-upload-connector-bundle) for information on how to package and upload a connector.
43+
The project files must be packaged before uploading. Please see [creating a connector](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/test-build-deploy#create-and-upload-connector-bundle) for information on how to package and upload a connector.
4444

4545
## Invoke command
4646

@@ -56,7 +56,7 @@ The entitlement commands require an additional flag (`-t [entitlementType]`). F
5656
sail conn invoke entitlement-list -t [entitlementType] -c [connectorID | connectorAlias] -p [config.json] -v [version]
5757
```
5858

59-
See [testing your connection in IdentityNow](https://developer.sailpoint.com/idn/docs/saas-connectivity/test-build-deploy#test-your-connector-in-identitynow) for more information on invoking commands.
59+
See [testing your connection in Identity Security Cloud](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/test-build-deploy/#test-your-connector-in-identity-security-cloud) for more information on invoking commands.
6060

6161
## List connectors
6262

@@ -84,7 +84,7 @@ sail conn delete -c [connectorID]
8484

8585
## Manage tags
8686

87-
Tags allow you to create multiple instances of your connector that can be used in IdentityNow. The `latest` tag is created by default and is the primary instance, typically used for production purposes. Tags are similar to branches in a version control system, like git or CVS. You can create a tag for actively developing the connector, or for any other purpose you see fit.
87+
Tags allow you to create multiple instances of your connector that can be used in Identity Security Cloud. The `latest` tag is created by default and is the primary instance, typically used for production purposes. Tags are similar to branches in a version control system, like git or CVS. You can create a tag for actively developing the connector, or for any other purpose you see fit.
8888

8989
A common pattern is to create a `development` tag on a connector from a specific version, like the latest version.
9090

@@ -98,7 +98,7 @@ As the connector is developed and the version number increases, update the `deve
9898
sail conn tags update -c [connectorID | connectorAlias] -n [tagName] -v [version]
9999
```
100100

101-
You can test the connector in IdentityNow by selecting the instance of your connector with the `development` tag, which will use whatever version you point to with the update command.
101+
You can test the connector in Identity Security Cloud by selecting the instance of your connector with the `development` tag, which will use whatever version you point to with the update command.
102102

103103
To see all of the tags of the connector and what version they point to, run the following command.
104104

@@ -136,4 +136,4 @@ To get detailed logging statistics on each connector, run the following command.
136136
sail conn stats
137137
```
138138

139-
See our [connector logging docs](https://developer.sailpoint.com/idn/docs/saas-connectivity/in-depth/logging) for more information on logging.
139+
See our [connector logging docs](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/in-depth/logging) for more information on logging.

cmd/environment/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
==Long==
22
# Environment
33

4-
Configure SailPoint IdentityNow environments for the CLI
4+
Configure SailPoint Identity Security Cloud environments for the CLI
55
====
66

77
==Example==

cmd/report/report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewReportCommand() *cobra.Command {
3131
var template string
3232
cmd := &cobra.Command{
3333
Use: "report",
34-
Short: "Generate a report from a template using IdentityNow search queries",
34+
Short: "Generate a report from a template using Identity Security Cloud search queries",
3535
Long: help.Long,
3636
Example: help.Example,
3737
Aliases: []string{"rep"},

cmd/report/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
==Long==
22
# Report
33

4-
Generate a report from IdentityNow.
4+
Generate a report from Identity Security Cloud.
55

66
## API References:
7-
- https://developer.sailpoint.com/idn/api/v3/search
7+
- https://developer.sailpoint.com/docs/api/v3/search
88

99
====
1010

cmd/root/root.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
==Long==
22
# SailPoint CLI
3-
The SailPoint CLI allows you to administer your IdentityNow tenant from the command line.
3+
The SailPoint CLI allows you to administer your Identity Security Cloud tenant from the command line.
44

5-
Navigate to the [CLI Documentation](https://developer.sailpoint.com/idn/tools/cli) for more information.
5+
Navigate to the [CLI Documentation](https://developer.sailpoint.com/docs/tools/cli) for more information.
66

77
====
88

cmd/rule/download.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ func newDownloadCommand() *cobra.Command {
7070

7171
cmd := &cobra.Command{
7272
Use: "download",
73-
Short: "Download all rules in IdentityNow",
74-
Long: "\nDownload all rules in IdentityNow\n\n",
73+
Short: "Download all rules in Identity Security Cloud",
74+
Long: "\nDownload all rules in Identity Security Cloud\n\n",
7575
Example: "sail rule download",
7676
Aliases: []string{"d"},
7777
Args: cobra.NoArgs,
@@ -148,7 +148,7 @@ func saveCloudXMLRules(apiClient *sailpoint.APIClient, description string, inclu
148148
rule := &Rule{}
149149
rule.Name = v.Object["name"].(string)
150150
rule.Type = RuleType
151-
151+
152152
if v.Object["description"] != nil {
153153
rule.Description = v.Object["description"].(string)
154154
} else {
@@ -191,11 +191,11 @@ func saveCloudXMLRules(apiClient *sailpoint.APIClient, description string, inclu
191191

192192
if _, ok := v.Object["signature"].(map[string]interface{})["output"].([]interface{}); ok {
193193
for _, v := range v.Object["signature"].(map[string]interface{})["output"].([]interface{}) {
194-
194+
195195
argument := Argument{}
196196

197197
argument.Name = v.(map[string]interface{})["name"].(string)
198-
198+
199199
if v.(map[string]interface{})["type"] != nil {
200200
argument.Type = v.(map[string]interface{})["type"].(string)
201201
} else {
@@ -229,7 +229,7 @@ func saveCloudXMLRules(apiClient *sailpoint.APIClient, description string, inclu
229229
} else {
230230
argument.Description = ""
231231
}
232-
232+
233233
ruleSignature.Returns.Argument = append(ruleSignature.Returns.Argument, argument)
234234
}
235235
}

cmd/rule/list.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ func newListCommand() *cobra.Command {
3232

3333
cmd := &cobra.Command{
3434
Use: "list",
35-
Short: "List all rules in IdentityNow",
36-
Long: "\nList all rules in IdentityNow\n\n",
35+
Short: "List all rules in Identity Security Cloud",
36+
Long: "\nList all rules in Identity Security Cloud\n\n",
3737
Example: "sail rule list | sail rule ls",
3838
Aliases: []string{"ls"},
3939
Args: cobra.NoArgs,

cmd/rule/rule.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
func NewRuleCommand() *cobra.Command {
99
cmd := &cobra.Command{
1010
Use: "rule",
11-
Short: "Manage rules in IdentityNow",
12-
Long: "\nManage rules in IdentityNow\n\n",
11+
Short: "Manage rules in Identity Security Cloud",
12+
Long: "\nManage rules in Identity Security Cloud\n\n",
1313
Example: "sail rule",
1414
Run: func(cmd *cobra.Command, args []string) {
1515
cmd.Help()

cmd/sdk/powershell/sdk.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 250)
2-
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to 0)
3-
$Count = $true # Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information. (optional) (default to $false)
4-
$Filters = 'sourceId eq "f4e73766efdf4dc6acdeed179606d694"' # String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **identityId**: *eq* **name**: *eq, in* **nativeIdentity**: *eq, in* **sourceId**: *eq, in* **uncorrelated**: *eq* (optional)
1+
$Limit = 250 # Int32 | Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/api/standard-collection-parameters) for more information. (optional) (default to 250)
2+
$Offset = 0 # Int32 | Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/api/standard-collection-parameters) for more information. (optional) (default to 0)
3+
$Count = $true # Boolean | If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/api/standard-collection-parameters) for more information. (optional) (default to $false)
4+
$Filters = 'sourceId eq "f4e73766efdf4dc6acdeed179606d694"' # String | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/docs/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **identityId**: *eq* **name**: *eq, in* **nativeIdentity**: *eq, in* **sourceId**: *eq, in* **uncorrelated**: *eq* (optional)
55

66
# Accounts List
77
try {

cmd/search/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Search
22

3-
In IdentityNow, you can search all the sources connected to your tenant and return virtually any information you have access to. To learn more about search in IdentityNow, refer to [Search](https://documentation.sailpoint.com/saas/help/search/index.html).
3+
In Identity Security Cloud, you can search all the sources connected to your tenant and return virtually any information you have access to. To learn more about search in Identity Security Cloud, refer to [Search](https://documentation.sailpoint.com/saas/help/search/index.html).
44

5-
The `search` command makes it easy to search in IdentityNow with the SailPoint CLI. Read this guide to learn how to use the `query` and `template` commands to search IdentityNow with the CLI.
5+
The `search` command makes it easy to search in Identity Security Cloud with the SailPoint CLI. Read this guide to learn how to use the `query` and `template` commands to search Identity Security Cloud with the CLI.
66

77
- [Search](#search)
88
- [Query](#query)
@@ -20,19 +20,19 @@ The `search` command makes it easy to search in IdentityNow with the SailPoint C
2020

2121
## Query
2222

23-
Search queries in IdentityNow are flexible - they can be very broad or very narrow, and you can further narrow your results by using IdentityNow's specific syntax to structure your queries. To learn about structuring search queries, refer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html).
23+
Search queries in Identity Security Cloud are flexible - they can be very broad or very narrow, and you can further narrow your results by using Identity Security Cloud's specific syntax to structure your queries. To learn about structuring search queries, refer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html).
2424

25-
The `query` command allows you to search IdentityNow for a query you specify.
25+
The `query` command allows you to search Identity Security Cloud for a query you specify.
2626

27-
To use the `query` command to search IdentityNow, you must understand how to format your search queries.
27+
To use the `query` command to search Identity Security Cloud, you must understand how to format your search queries.
2828

2929
The basic format of a query is "field:term", so an example `query` command would like this:
3030

3131
```shell
3232
sail search query "name:a*" --indices identities
3333
```
3434

35-
The CLI will use the [V3 Search endpoint](https://developer.sailpoint.com/idn/api/v3/search-post) to search for all identities starting with names starting with the letter "a".
35+
The CLI will use the [V3 Search endpoint](https://developer.sailpoint.com/docs/api/v3/search-post) to search for all identities starting with names starting with the letter "a".
3636
The CLI will then generate a JSON file containing the search results. This JSON file will be located in a folder titled "search_results", within the current working directory, unless a folder path is specified.
3737

3838
### Command
@@ -115,7 +115,7 @@ sail search query "name:a*" --indices identities --folderPath ./local/folder/pat
115115

116116
For more detailed search queries, you can provide a predefined template instead of constructing the whole query every time. This allows you to run very detailed search queries quickly and easily.
117117

118-
The `template` command allows you to use predefined templates to search IdentityNow.
118+
The `template` command allows you to use predefined templates to search Identity Security Cloud.
119119

120120
### Command
121121

@@ -125,7 +125,7 @@ This example shows the essential `template` command structure:
125125
sail search template all-provisioning-events-90-days
126126
```
127127

128-
The specified template file will give the CLI all the information it needs to perform its search in IdentityNow.
128+
The specified template file will give the CLI all the information it needs to perform its search in Identity Security Cloud.
129129

130130
### Flags
131131

cmd/search/query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func newQueryCmd() *cobra.Command {
1616
cmd := &cobra.Command{
1717
Use: "query",
1818
Short: "Manually search using a specific query and indices",
19-
Long: "\nRun a search query in IdentityNow, using a specific query and indicies\n\n",
19+
Long: "\nRun a search query in Identity Security Cloud, using a specific query and indicies\n\n",
2020
Example: "sail search query \"(type:provisioning AND created:[now-90d TO now])\" --indices events",
2121
Aliases: []string{"que"},
2222
Args: cobra.ExactArgs(1),

0 commit comments

Comments
 (0)