Class ClientAddonNewRelic
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
New Relic SSO configuration.
[Serializable]
public record ClientAddonNewRelic : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonNewRelic>
- Inheritance
-
ClientAddonNewRelic
- Implements
- Inherited Members
- Extension Methods
Properties
Account
Your New Relic Account ID found in your New Relic URL after the /accounts/ path. e.g. https://rpm.newrelic.com/accounts/123456/query would be 123456.
[JsonPropertyName("account")]
public string? Account { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { 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.