check_point.gaia.cp_gaia_expert_password (5.0.1) — module

Sets expert password.

| "added in version" 5.0.0 of check_point.gaia"

Authors: Ameer Asli (@chkp-ameera)

Install collection

Install with ansible-galaxy collection install check_point.gaia:==5.0.1


Add to requirements.yml

  collections:
    - name: check_point.gaia
      version: 5.0.1

Description

Sets expert password.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Setting expert new password
  check_point.gaia.cp_gaia_expert_password:
    password: newpass

Inputs

    
version:
    description: Gaia API version for example 1.7.
    required: false
    type: str

password:
    description: expert new password.
    required: false
    type: str

password_hash:
    description: An encrypted representation of the password.
    required: false
    type: str

Outputs

expert_password:
  description: The checkpoint object updated.
  returned: always.
  type: dict