Optional
serviceInformation used to connect to a DOIP service to use for the operation.
Note: Service information provided via the options parameter of a single call overrides any client default options.
Optional
lookupControls whether to look up service information based on the target ID.
If the serviceInfo
property is absent and lookupServiceInfo
is true,
the client will look up service information rather than using any client default
service information.
Optional
authenticationAuthentication information to use for the operation.
Note: Authentication provided via DoipRequest overrides that provided via the options parameter of a single call, which overrides any client default options.
Optional
anonymousIndicates whether to make the request anonymously.
If the authentication
property is absent and anonymous
is true,
the client will not use any default authentication information.
Optional
attributesAdditional attributes to include in the request.
Interface defining request options for DOIP client operations.