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_no_pass.json

19 lines
435 B
JSON

{
"kind": "tm:auth:user:userstate",
"name": "someuser",
"fullPath": "someuser",
"generation": 76,
"selfLink": "https://localhost/mgmt/tm/auth/user/someuser?ver=13.0.0",
"description": "someuser",
"encryptedPassword": "!!",
"partitionAccess": [
{
"name": "Common",
"role": "guest",
"nameReference": {
"link": "https://localhost/mgmt/tm/auth/partition/Common?ver=13.0.0"
}
}
]
}