willguibr.zpacloud.zpa_scim_attribute_header_info (1.1.1) — module

Retrieves scim attribute header from a given IDP

| "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 scim attribute header from a given IDP


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Information About All SCIM Attribute of an IDP
  willguibr.zpacloud.zpa_scim_attribute_header_info:
    idp_name: IdP_Name
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Information About the SCIM Attribute by Name
  willguibr.zpacloud.zpa_scim_attribute_header_info:
    name: costCenter
    idp_name: IdP_Name
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Information About the SCIM Attribute by ID
  willguibr.zpacloud.zpa_scim_attribute_header_info:
    id: 216196257331285842
    idp_name: IdP_Name

Inputs

    
id:
    description:
    - ID of the scim attribute.
    required: false
    type: str

name:
    description:
    - Name of the scim attribute.
    required: false
    type: str

idp_name:
    description:
    - Name of the IDP, required when ID is not sepcified.
    required: true
    type: str

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

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

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