Class EventStreamActionConfiguration
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration specific to an action destination.
[Serializable]
public record EventStreamActionConfiguration : IJsonOnDeserialized, IEquatable<EventStreamActionConfiguration>
- Inheritance
-
EventStreamActionConfiguration
- Implements
- Inherited Members
- Extension Methods
Properties
ActionId
Action ID for the action destination.
[JsonPropertyName("action_id")]
public required string ActionId { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
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.