get.porter.sh/porter@v1.3.0/tests/integration/testdata/migration/installation-show-sensitive-data-output.json (about) 1 { 2 "schemaType": "Installation", 3 "schemaVersion": "1.0.2", 4 "id": "01G6K8CZ08T78WXTJYHR0NTYBS", 5 "name": "sensitive-data", 6 "namespace": "migrated", 7 "bundle": {}, 8 "status": { 9 "runId": "01G6K8CZ08T78WXTJYHR0NTYBS", 10 "action": "install", 11 "resultId": "01G6K8D05SHAHR6PBBCT49B1JM", 12 "resultStatus": "succeeded", 13 "created": "2022-06-23T13:57:20.392626-05:00", 14 "modified": "2022-06-23T13:57:20.392626-05:00", 15 "installed": "2022-06-23T13:57:21.593107-05:00", 16 "uninstalled": null, 17 "bundleReference": "", 18 "bundleVersion": "0.0.1", 19 "bundleDigest": "" 20 }, 21 "_calculated": { 22 "resolvedParameters": [ 23 { 24 "name": "name", 25 "type": "string", 26 "sensitive": false, 27 "value": "example-bundle" 28 }, 29 { 30 "name": "password", 31 "type": "string", 32 "sensitive": true, 33 "value": "topsecret" 34 } 35 ], 36 "displayInstallationState": "installed", 37 "displayInstallationStatus": "succeeded" 38 } 39 }