{
"name": "string",
"note": "string",
"enable": 1,
"allApp": 1,
"appId": "string",
"appType": "http",
"appTagList": [
0
],
"appList": [
0
],
"resourcesList": [
0
],
"tunnelTagList": [
0
],
"tunnelList": [
0
],
"userList": [
"string"
],
"orgList": [
"string"
],
"hostList": [
{
"hostId": 0,
"credentialList": [
0
]
}
],
"creator": "string"
}curl --location '/ztpManage/v1/openApi/authPolicy/authPolicyCreate' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"note": "string",
"enable": 1,
"allApp": 1,
"appId": "string",
"appType": "http",
"appTagList": [
0
],
"appList": [
0
],
"resourcesList": [
0
],
"tunnelTagList": [
0
],
"tunnelList": [
0
],
"userList": [
"string"
],
"orgList": [
"string"
],
"hostList": [
{
"hostId": 0,
"credentialList": [
0
]
}
],
"creator": "string"
}'{}