1credentialCreate = {
2    "accountId": "12345",
3    "createDate": "2019-04-05T13:25:25-06:00",
4    "id": 11111,
5    "password": "nwUEUsx6PiEoN0B1Xe9z9hUCyXMkAFhDOjHqYJva",
6    "username": "XfHhBNBPlPdlWyaPPJAI",
7    "type": {
8        "description": "A credential for generating S3 Compatible Signatures.",
9        "keyName": "S3_COMPATIBLE_SIGNATURE",
10        "name": "S3 Compatible Signature"
11    }
12}
13
14getCredentials = [
15    {
16        "accountId": "12345",
17        "createDate": "2019-04-05T13:25:25-06:00",
18        "id": 11111,
19        "password": "nwUEUsx6PiEoN0B1Xe9z9hUCyXMkAFhDOjHqYJva",
20        "username": "XfHhBNBPlPdlWyaPPJAI",
21        "type": {
22            "description": "A credential for generating S3 Compatible Signatures.",
23            "keyName": "S3_COMPATIBLE_SIGNATURE",
24            "name": "S3 Compatible Signature"
25        }
26    },
27    {
28        "accountId": "12345",
29        "createDate": "2019-04-05T13:25:25-06:00",
30        "id": 11111,
31        "password": "nwUEUsx6PiEoN0B1Xe9z9hUCyXMkAFhDOjHqYJva",
32        "username": "XfHhBNBPlPdlWyaPPJAI",
33        "type": {
34            "description": "A credential for generating S3 Compatible Signatures.",
35            "keyName": "S3_COMPATIBLE_SIGNATURE",
36            "name": "S3 Compatible Signature"
37        }
38    }
39]
40
41getBuckets = [
42    {
43        "bytesUsed": 40540117,
44        "name": "normal-bucket",
45        "objectCount": 4,
46        "storageLocation": "us-standard"
47    }
48]
49
50getCredentialLimit = 2
51
52credentialDelete = True
53