CloudEventRequest interface
Event request interface extended the related response and event data (payload) objects for cloud events.
- Extends
-
AuthenticationEventRequest<TResponse, TData>
Properties
o |
Related @odata.type |
source | Related Source |
Inherited Properties
payload | Related IEventData |
query |
A dictionary of query string parameters |
request |
The status of the current request, see RequestStatus. |
response | Related IEventResponse |
status |
A user friendly message (containing errors), that the authentication event returns. |
type | Related Type |
Property Details
oDataType
Related @odata.type
oDataType: string
Property Value
string
source
Related Source
source: string
Property Value
string
Inherited Property Details
payload
Related IEventData
payload: TData
Property Value
TData
Inherited From AuthenticationEventRequest.payload
queryParameters
A dictionary of query string parameters
queryParameters: Record<string, string>
Property Value
Record<string, string>
Inherited From AuthenticationEventRequest.queryParameters
requestStatus
The status of the current request, see RequestStatus.
requestStatus: RequestStatus
Property Value
Inherited From AuthenticationEventRequest.requestStatus
response
Related IEventResponse
response: TResponse
Property Value
TResponse
Inherited From AuthenticationEventRequest.response
statusMessage
A user friendly message (containing errors), that the authentication event returns.
statusMessage: string
Property Value
string
Inherited From AuthenticationEventRequest.statusMessage
type
Azure SDK for JavaScript