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
Id
The id of the associated IntegrationRelease
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
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
RequiredSecrets
required_secrets declares all the necessary secrets for an integration to work.
[JsonPropertyName("required_secrets")]
public IEnumerable<IntegrationRequiredParam>? RequiredSecrets { get; set; }
Property Value
Semver
[JsonPropertyName("semver")]
public IntegrationSemVer? Semver { get; set; }
Property Value
Trigger
[JsonPropertyName("trigger")]
public ActionTrigger? Trigger { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.