Class CurrentRelease
- Namespace
- Auth0.ManagementApi.Models.Actions
- Assembly
- Auth0.ManagementApi.dll
public class CurrentRelease
- Inheritance
-
CurrentRelease
- Inherited Members
Properties
Id
Id of the associated IntegrationRelease.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
RequiredConfigurations
Declares all the necessary configuration fields for an integration to work.
[JsonProperty("required_configuration")]
public IList<ActionsRequiredConfiguration> RequiredConfigurations { get; set; }
Property Value
RequiredSecrets
Declares all the necessary secrets for an integration to work.
[JsonProperty("required_secrets")]
public IList<ActionsRequiredSecrets> RequiredSecrets { get; set; }
Property Value
SemVer
Denotes the major.minor version of an integration release
[JsonProperty("semver")]
public ActionSemVer SemVer { get; set; }
Property Value
Trigger
Represents a Trigger in Auth0
[JsonProperty("trigger")]
public Trigger Trigger { get; set; }