LogProvider

LogProvider
LogProvider

Information about Log Provider.

JSON Example
{
    "id": "string",
    "username": "string",
    "password": "string",
    "url": "string",
    "authProvider": "string"
}
string
id
Optional

The unique ID of this Log Provider. On updates, this ID is required for the object.

string As ^(?!\s+$).+
username
Required

username to connect to the Log Provider server.

string As ^(?!\s+$).+
password
Required

password to connect to the Log Provider server.

string As ^(?!\s+$).+
url
Required

url to connect to the Log Provider server.

string
authProvider
Required

Auth provider to connect to the Log Provider server. One of the following:

  • LOCAL
  • AD
  • VIDM
Availability
Added in 39.0
Returned By