Class FlowActionAuth0SendRequestParams
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowActionAuth0SendRequestParams : IJsonOnDeserialized, IEquatable<FlowActionAuth0SendRequestParams>
- Inheritance
-
FlowActionAuth0SendRequestParams
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ConnectionId
[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }
Property Value
Headers
[JsonPropertyName("headers")]
public Dictionary<string, object?>? Headers { get; set; }
Property Value
Method
[JsonPropertyName("method")]
public FlowActionAuth0SendRequestParamsMethod? Method { get; set; }
Property Value
Params
[JsonPropertyName("params")]
public Dictionary<string, FlowActionAuth0SendRequestParamsQueryParamsValue?>? Params { get; set; }
Property Value
Pathname
[JsonPropertyName("pathname")]
public required string Pathname { get; set; }
Property Value
Payload
[JsonPropertyName("payload")]
public FlowActionAuth0SendRequestParamsPayload? Payload { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.