According to the documentation https://opendxl.github.io/opendxl-tie-client-python/pydoc/dxltieclient.constants.html#dxltieclient.constants.TrustLevel,
"class dxltieclient.constants.AtdTrustLevel" should return the values -2, -1, or 0-5. however, the values for
"class dxltieclient.constants.TrustLevel" are returned.
{1: {u'attributes': {u'2120340': u'0'}, u'providerId': 1, u'createDate': 1539617007, u'trustLevel': 0}, 3: {u'attributes': {u'2112148': u'15', u'2112660': u'33', u'2098277': u'18', u'2123156': u'0', u'2101652': u'23', u'2111893': u'16926', u'2138520': u'AQAAAAAAAAAAAA==', u'2114965': u'3', u'2139285': u'144678138029277428', u'2112404': u'50', u'2102165': u'1539617007'}, u'providerId': 3, u'createDate': 1539617007, u'trustLevel': 0}, 5: {u'attributes': {u'4195730': u'4', u'4197268': u'0', u'4195474': u'4', u'4197012': u'0', u'4197784': u'IQI=', u'4196244': u'2', u'4195988': u'0', u'4196756': u'0', u'4198552': u'AQAAAAAAAAAAAA==', u'4194962': u'0', u'4195218': u'0', u'4196500': u'0', u'4197524': u'0'}, u'providerId': 5, u'createDate': 1539617048, u'trustLevel': 15}}
Is this expected behavior? Is the documentation out of date? Trust Level consistency is nice, just something I noticed.
According to the documentation https://opendxl.github.io/opendxl-tie-client-python/pydoc/dxltieclient.constants.html#dxltieclient.constants.TrustLevel,
"class dxltieclient.constants.AtdTrustLevel" should return the values -2, -1, or 0-5. however, the values for
"class dxltieclient.constants.TrustLevel" are returned.
{1: {u'attributes': {u'2120340': u'0'}, u'providerId': 1, u'createDate': 1539617007, u'trustLevel': 0}, 3: {u'attributes': {u'2112148': u'15', u'2112660': u'33', u'2098277': u'18', u'2123156': u'0', u'2101652': u'23', u'2111893': u'16926', u'2138520': u'AQAAAAAAAAAAAA==', u'2114965': u'3', u'2139285': u'144678138029277428', u'2112404': u'50', u'2102165': u'1539617007'}, u'providerId': 3, u'createDate': 1539617007, u'trustLevel': 0}, 5: {u'attributes': {u'4195730': u'4', u'4197268': u'0', u'4195474': u'4', u'4197012': u'0', u'4197784': u'IQI=', u'4196244': u'2', u'4195988': u'0', u'4196756': u'0', u'4198552': u'AQAAAAAAAAAAAA==', u'4194962': u'0', u'4195218': u'0', u'4196500': u'0', u'4197524': u'0'}, u'providerId': 5, u'createDate': 1539617048, u'trustLevel': 15}}
Is this expected behavior? Is the documentation out of date? Trust Level consistency is nice, just something I noticed.