Details
| ID | Signum |
|---|---|
| Provider | Signum |
| Category | Identity and Access Management |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Supported Modules | Agentix XSIAM |
README
Signum password expiry notification.
Configure Signum in Cortex
| Parameter | Required |
|---|---|
| Signum URL, in the format https://signmum.keyfactorsaas.com | True |
| Username | True |
| Password | True |
| verify certificate | False |
| Use system proxy | False |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
signum-list-domain-users
List domain users by domain ID.
Base Command
signum-list-domain-users
Input
| Argument Name | Description | Required |
|---|---|---|
| domain_id | Identification of the domain for which to list the users. Default is 1. | Required |
| simple_view | If “True”, strip off prefixes, such as “{urn:.}” and “{http://.}”, from each dictionary key name. Possible values are: True, False. Default is True. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Signum.ListDomainUsers | unknown | The result of the signum-list-domain-users command. |
Configuration parameters
url— Signum URL, in the format https://signmum.keyfactorsaas.com (required)credentials— Username (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
signum-list-domain-usersList all the users for a given domain ID.
category: Identity and Access Management provider: Signum commonfields: id: Signum version: -1 configuration: - display: Signum URL, in the format https://signmum.keyfactorsaas.com name: url required: true type: 0 - display: Username name: credentials required: true type: 9 - defaultvalue: 'false' display: Trust any certificate (not secure) name: insecure required: false type: 8 - display: 'Use system proxy settings' name: proxy required: false type: 8 description: Signum password expiry notification. display: Signum name: Signum script: commands: - arguments: - defaultValue: '1' description: 'Identification of the domain for which to list the users.' name: domain_id required: true - auto: PREDEFINED defaultValue: 'True' description: If "True", strip off prefixes, such as "{urn:.*}" and "{http://.*}", from each dictionary key name. name: simple_view predefined: - 'True' - 'False' description: 'List all the users for a given domain ID.' name: signum-list-domain-users outputs: - contextPath: Signum.ListDomainUsers description: The result of the signum-list-domain-users command. dockerimage: demisto/python3:3.12.8.3296088 runonce: false script: '' subtype: python3 type: python fromversion: 6.0.0 tests: - No tests (auto formatted)