Class ActionModuleAction
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ActionModuleAction : IJsonOnDeserialized, IEquatable<ActionModuleAction>
- Inheritance
-
ActionModuleAction
- Implements
- Inherited Members
- Extension Methods
Properties
ActionId
The unique ID of the action.
[JsonPropertyName("action_id")]
public string? ActionId { get; set; }
Property Value
ActionName
The name of the action.
[JsonPropertyName("action_name")]
public string? ActionName { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ModuleVersionId
The ID of the module version this action is using.
[JsonPropertyName("module_version_id")]
public string? ModuleVersionId { get; set; }
Property Value
ModuleVersionNumber
The version number of the module this action is using.
[JsonPropertyName("module_version_number")]
public int? ModuleVersionNumber { get; set; }
Property Value
- int?
SupportedTriggers
The triggers that this action supports.
[JsonPropertyName("supported_triggers")]
public IEnumerable<ActionTrigger>? SupportedTriggers { 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.