get.porter.sh/porter@v1.3.0/tests/integration/testdata/migration/credentials-list-output.json (about)

     1  [
     2    {
     3      "schemaType": "CredentialSet",
     4      "schemaVersion": "1.0.1",
     5      "namespace": "migrated",
     6      "name": "credentials-tutorial",
     7      "credentials": [
     8        {
     9          "name": "github-token",
    10          "source": {
    11            "env": "GITHUB_TOKEN"
    12          }
    13        }
    14      ],
    15      "status": {
    16        "created": "2022-06-06T16:06:52.099455-05:00",
    17        "modified": "2022-06-06T16:07:52.099455-05:00"
    18      }
    19    }
    20  ]