forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align credentials stores part 17 (demisto#27433)
* Align credentials stores part 17 * Twilio * RM110 fix * fix RL * Update Packs/Twilio/Integrations/Twilio/Twilio.js Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com> * cr notes * undo changes * fix this * Update Packs/Twilio/ReleaseNotes/1_0_5.md Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com> * Update Packs/Pipl/Integrations/Pipl/Pipl.js Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com> * Pipl fix js * dan fix * fix * Update Packs/Pipl/Integrations/Pipl/Pipl.js Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com> * Update Packs/Twilio/Integrations/Twilio/Twilio.js Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com> --------- Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com> Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>
- Loading branch information
Showing
11 changed files
with
109 additions
and
10 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[file:Pipl.yml] | ||
ignore=IN144,IN145,DB100,IN154 | ||
ignore=IN144,DB100,IN154 | ||
|
||
[file:Pipl_image.png] | ||
ignore=IM111 |
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,64 @@ | ||
|
||
### pipl-search | ||
|
||
*** | ||
Search for required query | ||
|
||
#### Base Command | ||
|
||
`pipl-search` | ||
|
||
#### Input | ||
|
||
| **Argument Name** | **Description** | **Required** | | ||
| --- | --- | --- | | ||
| email | Email address to search. | Optional | | ||
| phone | Home/work/mobile phone number to search. | Optional | | ||
| username | Username/screen-name to search. Minimum 4 characters. | Optional | | ||
| first-name | First name to search. Minimum 2 characters. | Optional | | ||
| last-name | Last name to search. Minimum 2 characters. | Optional | | ||
| middle-name | Middle name or middle initial to search. | Optional | | ||
| raw-name | Full name to search. Use this parameter if the accurate name parts (first/middle/last) are not available, this parameter will only be used in absence of first-name and last-name. | Optional | | ||
| country | A two-letter country code to searchs. | Optional | | ||
| state | A United States, Canada, Great Britain or Australia state code. If a US state is provided and no country specified, we’ll assume the country to be US. | Optional | | ||
| city | City to search. | Optional | | ||
| zipcode | ZIP code to search. | Optional | | ||
| raw-address | Full address to search. | Optional | | ||
| age | Age to search in String, an exact (YY) or approximate (YY-YY) age. | Optional | | ||
| columns | Order of columns to be displayed in results (comma seperated list of values). | Optional | | ||
|
||
#### Context Output | ||
|
||
| **Path** | **Type** | **Description** | | ||
| --- | --- | --- | | ||
| Account.Email.Address | unknown | Email addresses | | ||
| Account.IDs | unknown | User IDs | | ||
| Account.Addresses | unknown | Addresses \(geographic\) | | ||
| Account.Names | unknown | Full names | | ||
| Account.Phones | unknown | Phone numbers | | ||
| Account.Usernames | unknown | Online platforms usernames | | ||
|
||
*** | ||
Searches for information regarding given email address | ||
|
||
#### Base Command | ||
|
||
`email` | ||
|
||
#### Input | ||
|
||
| **Argument Name** | **Description** | **Required** | | ||
| --- | --- | --- | | ||
| email | Email address to search for. | Required | | ||
|
||
#### Context Output | ||
|
||
| **Path** | **Type** | **Description** | | ||
| --- | --- | --- | | ||
| Account.Email.Address | unknown | Email addresses | | ||
| Account.IDs | unknown | User IDs | | ||
| Account.Addresses | unknown | Addresses \(geographic\) | | ||
| Account.Names | unknown | Full names | | ||
| Account.Phones | unknown | Phone numbers | | ||
| Account.Usernames | unknown | Online platforms usernames | |
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,5 @@ | ||
|
||
#### Integrations | ||
|
||
##### Pipl | ||
Added the *API Key* integration parameters to support credentials fetching object. |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[file:Twilio.yml] | ||
ignore=IN145,IN140 | ||
ignore=IN140 | ||
|
||
[file:Twilio_image.png] | ||
ignore=IM111 | ||
|
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,6 @@ | ||
|
||
#### Integrations | ||
|
||
##### Twilio | ||
Added the *Account SID* and *Auth token* integration parameters to support credentials fetching object. | ||
|
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