Table of Contents

Class ClientAddonSentry

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Sentry SSO configuration.

[Serializable]
public record ClientAddonSentry : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonSentry>
Inheritance
ClientAddonSentry
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

BaseUrl

URL prefix only if running Sentry Community Edition, otherwise leave should be blank.

[JsonPropertyName("base_url")]
public string? BaseUrl { get; set; }

Property Value

string

OrgSlug

Generated slug for your Sentry organization. Found in your Sentry URL. e.g. https://sentry.acme.com/acme-org/ would be acme-org.

[JsonPropertyName("org_slug")]
public string? OrgSlug { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.