from sailpoint.certification_campaign_filters.models.list_campaign_filters_v1200_response import ListCampaignFiltersV1200Response
list_campaign_filters_v1200_response = ListCampaignFiltersV1200Response(
items=[
sailpoint.certification_campaign_filters.models.campaign_filter_details.Campaign Filter Details(
id = '5ec18cef39020d6fd7a60ad3970aba61',
name = 'Identity Attribute Campaign Filter',
description = 'Campaign filter to certify data based on an identity attribute's specified property.',
owner = 'SailPoint Support',
mode = 'INCLUSION',
criteria_list = [{"type":"IDENTITY_ATTRIBUTE","property":"displayName","value":"support","operation":"CONTAINS","negateResult":false,"shortCircuit":false,"recordChildMatches":false,"id":null,"suppressMatchedItems":false,"children":null}],
is_system_filter = False, )
],
count=2
)