Table of Contents

Class ActionVersionDependency

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Dependency is an npm module. These values are used to produce an immutable artifact, which manifests as a layer_id.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Name

name is the name of the npm module, e.g. lodash

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

RegistryUrl

registry_url is an optional value used primarily for private npm registries.

[JsonPropertyName("registry_url")]
public string? RegistryUrl { get; set; }

Property Value

string

Version

description is the version of the npm module, e.g. 4.17.1

[JsonPropertyName("version")]
public string? Version { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.