Class ConflictingResources (2.0.0)

ConflictingResources(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Conflicting resources detected during the import process. Only filled when REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] is set in the request and there are conflicts in the display names.

Attributes

Name Description
main_playbook_display_name str
Display name of conflicting main playbook.
nested_playbook_display_names MutableSequence[str]
Display names of conflicting nested playbooks.
tool_display_names MutableSequence[str]
Display names of conflicting tools.