Table of Contents

Class CreateActionModuleVersionResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateActionModuleVersionResponseContent : IJsonOnDeserialized, IEquatable<CreateActionModuleVersionResponseContent>
Inheritance
CreateActionModuleVersionResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Code

The exact source code that was published with this version.

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

Property Value

string

CreatedAt

The timestamp when this version was created.

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

Property Value

DateTime?

Dependencies

Dependencies locked to this version.

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

Property Value

IEnumerable<ActionModuleDependency>

Id

The unique ID for this version.

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

Property Value

string

ModuleId

The ID of the parent module.

[JsonPropertyName("module_id")]
public string? ModuleId { get; set; }

Property Value

string

Secrets

Secrets available to this version (name and updated_at only, values never returned).

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

Property Value

IEnumerable<ActionModuleSecret>

VersionNumber

The sequential 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.