zscaler.ziacloud.zia_dlp_idm_profile_info module – Get IDM template information
Note
This module is part of the zscaler.ziacloud collection (version 1.3.1).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install zscaler.ziacloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: zscaler.ziacloud.zia_dlp_idm_profile_info
.
New in zscaler.ziacloud 1.0.0
Synopsis
Get IDM template information for the specified ID or Name
Requirements
The below requirements are needed on the host that executes this module.
Zscaler SDK Python can be obtained from PyPI https://pypi.org/project/zscaler-sdk-python/
Parameters
Parameter |
Comments |
---|---|
A string that contains the obfuscated API key. |
|
The Zscaler cloud name was provisioned for your organization. Choices:
|
|
A string that contains the password for the API admin. |
|
The identifier (1-64) for the IDM template (i.e., IDM profile) that is unique within the organization |
|
The IDM template name, which is unique per Index Tool. |
|
A dict object containing connection details. This is optional; credentials can also be provided directly at the top level. |
|
A string that contains the obfuscated API key. |
|
The Zscaler cloud name was provisioned for your organization. Choices:
|
|
A string that contains the password for the API admin. |
|
A string that contains the Sandbox API Key. |
|
A string that contains the email ID of the API admin. |
|
A string that contains the Sandbox API Key. |
|
A string that contains the email ID of the API admin. |
Notes
Note
Check mode is not supported.
Examples
- name: Gets all list of DLP IDM Profiles
zscaler.ziacloud.zia_dlp_idm_profile_info:
provider: '{{ provider }}'
- name: Gets a list of DLP IDM Profiles by name
zscaler.ziacloud.zia_dlp_idm_profile_info:
provider: '{{ provider }}'
name: "IDM_PROFILE_TEMPLATE"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
List of DLP IDM profiles retrieved from the Zscaler system. Returned: always |
|
Object containing the IDM client details. Returned: always |
|
Unique identifier for the IDM client. Returned: always Sample: |
|
Name of the IDM client. Returned: always Sample: |
|
The UNIX timestamp when the profile was last modified. Returned: always Sample: |
|
Object containing details about the user who last modified the profile. Returned: always |
|
Unique identifier of the user. Returned: always Sample: |
|
Name of the user. Returned: always Sample: |
|
Number of documents associated with the profile. Returned: always Sample: |
|
The network port used by the IDM client. Returned: always Sample: |
|
Unique identifier for the IDM profile. Returned: always Sample: |
|
Name of the IDM profile. Returned: always Sample: |
|
Type of the IDM profile. Returned: always Sample: |
|
The day of the week when the profile is scheduled to run. Returned: always Sample: |
|
Boolean flag indicating whether the schedule is disabled. Returned: always Sample: |
|
The time of day when the profile is scheduled to run. Returned: always Sample: |
|
The type of scheduling used for the IDM profile. Returned: always Sample: |
|
Status of the IDM profile upload. Returned: always Sample: |
|
Version number of the IDM profile. Returned: always Sample: |
|
The volume of documents associated with the profile. Returned: always Sample: |