You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network/f5/fixtures/load_auth_user_with_pass.json

20 lines
565 B
JSON

{
"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"
}
}
]
}