dem_custom_saas_apps - DEM Custom SaaS Applications Resource ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- DEM Custom SaaS Applications Resource. Use API "/resource-api/v2/dem/custom-saas-apps". Requirements ------------ The below requirements are needed on the host that executes this module. - ansible>=2.17.0 Parameters ---------- .. raw:: html Examples ------------- .. code-block:: yaml - name: Dem Custom SaaS Apps hosts: fortisase gather_facts: false vars: primary_key: "example.com" fqdn: "example.com" alias: "example.com" tasks: - name: Create/Update Dem Custom SaaS Apps fortinet.fortisase.dem_custom_saas_apps: state: present params: primary_key: "{{ primary_key }}" fqdn: "{{ fqdn }}" alias: "{{ alias }}" - name: Delete Dem Custom SaaS Apps fortinet.fortisase.dem_custom_saas_apps: state: absent params: primary_key: "{{ primary_key }}" Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)