Table of Contents

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

string

RequiredConfigurations

Declares all the necessary configuration fields for an integration to work.

[JsonProperty("required_configuration")]
public IList<ActionsRequiredConfiguration> RequiredConfigurations { get; set; }

Property Value

IList<ActionsRequiredConfiguration>

RequiredSecrets

Declares all the necessary secrets for an integration to work.

[JsonProperty("required_secrets")]
public IList<ActionsRequiredSecrets> RequiredSecrets { get; set; }

Property Value

IList<ActionsRequiredSecrets>

SemVer

Denotes the major.minor version of an integration release

[JsonProperty("semver")]
public ActionSemVer SemVer { get; set; }

Property Value

ActionSemVer

Trigger

Represents a Trigger in Auth0

[JsonProperty("trigger")]
public Trigger Trigger { get; set; }

Property Value

Trigger