Table of Contents

Class ActionModuleVersionReference

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The latest published version as a reference object. Omitted if no versions have been published.

[Serializable]
public record ActionModuleVersionReference : IJsonOnDeserialized, IEquatable<ActionModuleVersionReference>
Inheritance
ActionModuleVersionReference
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Code

The source code from this version.

[JsonPropertyName("code")]
public string? Code { get; set; }

Property Value

string

CreatedAt

Timestamp when the version was created.

[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

Dependencies

The npm dependencies from this version.

[JsonPropertyName("dependencies")]
public IEnumerable<ActionModuleDependency>? Dependencies { get; set; }

Property Value

IEnumerable<ActionModuleDependency>

Id

The unique ID of the version.

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Secrets

The secrets from this version (names and timestamps only, values never returned).

[JsonPropertyName("secrets")]
public IEnumerable<ActionModuleSecret>? Secrets { get; set; }

Property Value

IEnumerable<ActionModuleSecret>

VersionNumber

The version number.

[JsonPropertyName("version_number")]
public int? VersionNumber { 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.