aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/data_type/tosca.datatypes.Credential.json
blob: 820a5516886f1c8b943a0db3c19386e91d18f82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "version": "1.0.0",
  "description": "Credential",
  "properties": {
    "protocol": {
      "required": false,
      "type": "string"
    },
    "token_type": {
      "required": true,
      "type": "string",
      "default" : "password"
    },
    "token": {
      "required": false,
      "type": "string"
    },
    "keys": {
      "required": false,
      "type": "list",
      "entry_schema": {
        "type": "string"
      }
    },
    "user": {
      "required": false,
      "type": "string"
    }
  },
  "derived_from": "tosca.datatypes.Root"
}