InlineServiceManager1

InlineServiceManager1
InlineServiceManager1
JSON Example
{
    "authentication_scheme": {
        "certificate_id": "string",
        "password": "string",
        "scheme_name": "string",
        "username": "string"
    },
    "port": 0,
    "server": "string",
    "service_ids": [
        "ResourceReference Object"
    ],
    "thumbprint": "string",
    "uri": "string",
    "vendor_id": "string"
}
authentication_scheme
Required

CallbackAuthenticationScheme describes how notification requests should authenticate to the server.

integer As int64 As int64
port
Required
Constraints: minimum: 0 maximum: 65535

Integer port value to specify a standard/non-standard HTTPS port.

string
server
Required

IP address or fully qualified domain name of the partner REST server.

service_ids
Required

The IDs of services, provided by partner.

string
thumbprint
Optional

Thumbprint (SHA-256 hash represented in lower case hex) for the certificate on the partner console. This will be required to establish secure communication with the console and to avoid man-in-the-middle attacks.

string
uri
Required

URI on which notification requests should be made on the specified server.

string
vendor_id
Optional

Id which is unique to a vendor or partner for which the service is created.