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
Code
The exact source code that was published with this version.
[JsonPropertyName("code")]
public string? Code { get; set; }
Property Value
CreatedAt
The timestamp when this version was created.
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
Dependencies
Dependencies locked to this version.
[JsonPropertyName("dependencies")]
public IEnumerable<ActionModuleDependency>? Dependencies { get; set; }
Property Value
Id
The unique ID for this version.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
ModuleId
The ID of the parent module.
[JsonPropertyName("module_id")]
public string? ModuleId { get; set; }
Property Value
Secrets
Secrets available to this version (name and updated_at only, values never returned).
[JsonPropertyName("secrets")]
public IEnumerable<ActionModuleSecret>? Secrets { get; set; }
Property Value
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.