aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/aaf/aaf-sms-suite/data/create_secret.json
blob: d99f4e2e0b179f3b29cfdd31c05cad9bd67ee6f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name":     "curltestsecret1",
    "values":   {
      "name":"rah",
      "age":35,
      "map":{
        "mapkey1": "mapvalue1",
        "mapkey2": "mapvalue2"
      },
      "array":["golang","c++","java","python"]
    }
}