cp_gaia_expert_password.

Synopsis

Sets expert 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.

password (False, str, None)

expert new password.

password_hash (False, str, None)

An encrypted representation of the password.

Notes

Note

  • Supports check_mode.

Examples

- name: Setting expert new password
  check_point.gaia.cp_gaia_expert_password:
    password: newpass

Return Values

expert_password (always., dict, )

The checkpoint object updated.

Status

Authors

  • Ameer Asli (@chkp-ameera)