Class ActionModuleReference
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Reference to a module and its version used by an action.
[Serializable]
public record ActionModuleReference : IJsonOnDeserialized, IEquatable<ActionModuleReference>
- Inheritance
-
ActionModuleReference
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ModuleId
The unique ID of the module.
[JsonPropertyName("module_id")]
public string? ModuleId { get; set; }
Property Value
ModuleName
The name of the module.
[JsonPropertyName("module_name")]
public string? ModuleName { get; set; }
Property Value
ModuleVersionId
The ID of the specific module version.
[JsonPropertyName("module_version_id")]
public string? ModuleVersionId { get; set; }
Property Value
ModuleVersionNumber
The version number of the module.
[JsonPropertyName("module_version_number")]
public int? ModuleVersionNumber { get; set; }
Property Value
- int?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.