summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_auth_user_with_pass.json
blob: 8c8256c2ea48d484e6e505c53affea3e25bec127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "kind": "tm:auth:user:userstate",
  "name": "someuser",
  "fullPath": "someuser",
  "generation": 1,
  "selfLink": "https://localhost/mgmt/tm/auth/user/someuser?ver=13.0.0",
  "description": "someuser",
  "encryptedPassword": "$6$PiA0g2.L$M02nqo3eVvj22PbEUONdzFQq4tXp930FsBB0sZ94OJTDruobY/BhyEN1rHfw2udVKKlGtom1rNiCP/3nIVfde1",
  "shell": "bash",
  "partitionAccess": [
    {
      "name": "all-partitions",
      "role": "admin",
      "nameReference": {
        "link": "https://localhost/mgmt/tm/auth/partition/all-partitions?ver=13.0.0"
      }
    }
  ]
}