Table of Contents

Class IntegrationRelease

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Id

The id of the associated IntegrationRelease

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

Property Value

string

RequiredConfiguration

required_configuration declares all the necessary configuration fields for an integration to work.

[JsonPropertyName("required_configuration")]
public IEnumerable<IntegrationRequiredParam>? RequiredConfiguration { get; set; }

Property Value

IEnumerable<IntegrationRequiredParam>

RequiredSecrets

required_secrets declares all the necessary secrets for an integration to work.

[JsonPropertyName("required_secrets")]
public IEnumerable<IntegrationRequiredParam>? RequiredSecrets { get; set; }

Property Value

IEnumerable<IntegrationRequiredParam>

Semver

[JsonPropertyName("semver")]
public IntegrationSemVer? Semver { get; set; }

Property Value

IntegrationSemVer

Trigger

[JsonPropertyName("trigger")]
public ActionTrigger? Trigger { get; set; }

Property Value

ActionTrigger

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.