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
Constraints: minLength: 1 maxLength: 32

username to connect to the Log Provider server.

string As ^(?!\s+$).+
password
Required
Constraints: minLength: 1 maxLength: 128

password to connect to the Log Provider server.

string As ^(?!\s+$).+
url
Required
Constraints: minLength: 7 maxLength: 256

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