ansible.memsource.memsource_import_settings (1.0.1) — module

Manage a Memsource import settings configuration

| "added in version" 0.0.1 of ansible.memsource"

Authors: Yanis Guenane (@Spredzy)

Install collection

Install with ansible-galaxy collection install ansible.memsource:==1.0.1


Add to requirements.yml

  collections:
    - name: ansible.memsource
      version: 1.0.1

Description

Manage a Memsource import settings configuration


Requirements

Inputs

    
file_Format:
    description:
    - TODO
    type: str

zip_charset:
    description:
    - TODO
    type: str

input_charset:
    description:
    - TODO
    type: str

target_length:
    description:
    - TODO
    type: bool

output_charset:
    description:
    - TODO
    type: str

memsource_token:
    description:
    - The OAuth token to use to connect to cloud.memsource.com.
    type: str

target_length_max:
    description:
    - TODO
    type: str

memsource_password:
    description:
    - The password to use for BasicAuth to connect to cloud.memsource.com.
    type: str

memsource_username:
    description:
    - The username to use for BasicAuth to connect to cloud.memsource.com.
    type: str

segmentation_rule_id:
    description:
    - TODO
    type: int

target_length_percent:
    description:
    - TODO
    type: bool

file_format_configuration:
    description:
    - TODO
    type: dict

target_length_percent_value:
    description:
    - TODO
    type: int

target_segmentation_rule_id:
    description:
    - TODO
    type: int

Outputs

import_settings:
  description: 'Import Settings'' up to date information

    '
  returned: on success
  type: dict