endpoint_group_ad_user_profiles - Group & AD Users Profile Resource +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. versionadded:: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- Group & AD Users Profile Resource. Use API "/resource-api/v2/endpoint/group-ad-user-profiles/{primaryKey}". 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: Update group ad user profile hosts: fortisase gather_facts: false vars: primary_key: "policy1" tasks: - name: Create a new endpoint profile, do nothing if the endpoint profile already exists fortinet.fortisase.endpoint_policies: state: present params: primary_key: "{{ primary_key }}" enabled: true - name: Update group ad user profile fortinet.fortisase.endpoint_group_ad_user_profiles: params: primary_key: "{{ primary_key }}" ad_user_ids: [] group_ids: [] Return Values ------------- .. raw:: html Authors ------- - Xinwei Du (@dux-fortinet)