willguibr.zpacloud.zpa_enrollement_certificate_info (1.1.1) — module

Retrieves enrollment certificate information.

| "added in version" 1.0.0 of willguibr.zpacloud"

Authors: William Guilherme (@willguibr)

Install collection

Install with ansible-galaxy collection install willguibr.zpacloud:==1.1.1


Add to requirements.yml

  collections:
    - name: willguibr.zpacloud
      version: 1.1.1

Description

This module will allow the retrieval of information about a Enrollment Certificate detail from the ZPA Cloud.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Information Details of All Enrollment Certificates
  willguibr.zpacloud.zpa_enrollment_cert_info:
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Information Details of the Root Enrollment Certificates by Name
  willguibr.zpacloud.zpa_enrollment_cert_info:
    name: "Root"
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Information Details of the Client Enrollment Certificates by Name
  willguibr.zpacloud.zpa_enrollment_cert_info:
    name: "Client"
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Information Details of the Connector Enrollment Certificates by Name
  willguibr.zpacloud.zpa_enrollment_cert_info:
    name: "Connector"
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Information Details of the Service Edge Enrollment Certificates by Name
  willguibr.zpacloud.zpa_enrollment_cert_info:
    name: "Service Edge"
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Gather Information Details of the Isolation Client Enrollment Certificates by Name
  willguibr.zpacloud.zpa_enrollment_cert_info:
    name: "Isolation Client"

Inputs

    
id:
    description:
    - ID of the browser certificate.
    required: false
    type: str

name:
    description:
    - Name of the browser certificate.
    required: false
    type: str

client_id:
    description: ''
    required: false
    type: str

customer_id:
    description: ''
    required: false
    type: str

client_secret:
    description: ''
    required: false
    type: str