cp_gaia_expert_password_facts.

Synopsis

Show the expert hash password.

Requirements

The below requirements are needed on the host that executes this module.

  • supported starting from gaia_api >= 1.7

Parameters

version (False, str, None)

Gaia API version for example 1.7.

Notes

Note

  • Supports check_mode.

Examples

- name: Show expert hash password
  check_point.gaia.cp_gaia_expert_password_facts:

Return Values

ansible_facts (always., dict, )

The checkpoint object facts.

password_hash (always, str, )

An encrypted representation of the password.

Status

Authors

  • Ameer Asli (@chkp-ameera)