Table of Contents

Class ClientAddons

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Addons enabled for this client and their associated configurations.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Aws

[JsonPropertyName("aws")]
public ClientAddonAws? Aws { get; set; }

Property Value

ClientAddonAws

AzureBlob

[JsonPropertyName("azure_blob")]
public ClientAddonAzureBlob? AzureBlob { get; set; }

Property Value

ClientAddonAzureBlob

AzureSb

[JsonPropertyName("azure_sb")]
public ClientAddonAzureSb? AzureSb { get; set; }

Property Value

ClientAddonAzureSb

Box

[JsonPropertyName("box")]
public Dictionary<string, object?>? Box { get; set; }

Property Value

Dictionary<string, object>

Cloudbees

[JsonPropertyName("cloudbees")]
public Dictionary<string, object?>? Cloudbees { get; set; }

Property Value

Dictionary<string, object>

Concur

[JsonPropertyName("concur")]
public Dictionary<string, object?>? Concur { get; set; }

Property Value

Dictionary<string, object>

Dropbox

[JsonPropertyName("dropbox")]
public Dictionary<string, object?>? Dropbox { get; set; }

Property Value

Dictionary<string, object>

Echosign

[JsonPropertyName("echosign")]
public ClientAddonEchoSign? Echosign { get; set; }

Property Value

ClientAddonEchoSign

Egnyte

[JsonPropertyName("egnyte")]
public ClientAddonEgnyte? Egnyte { get; set; }

Property Value

ClientAddonEgnyte

Firebase

[JsonPropertyName("firebase")]
public ClientAddonFirebase? Firebase { get; set; }

Property Value

ClientAddonFirebase

Layer

[JsonPropertyName("layer")]
public ClientAddonLayer? Layer { get; set; }

Property Value

ClientAddonLayer

Mscrm

[JsonPropertyName("mscrm")]
public ClientAddonMscrm? Mscrm { get; set; }

Property Value

ClientAddonMscrm

Newrelic

[JsonPropertyName("newrelic")]
public ClientAddonNewRelic? Newrelic { get; set; }

Property Value

ClientAddonNewRelic

Oag

[JsonPropertyName("oag")]
public Optional<ClientAddonOag?> Oag { get; set; }

Property Value

Optional<ClientAddonOag>

Office365

[JsonPropertyName("office365")]
public ClientAddonOffice365? Office365 { get; set; }

Property Value

ClientAddonOffice365

Rms

[JsonPropertyName("rms")]
public ClientAddonRms? Rms { get; set; }

Property Value

ClientAddonRms

Salesforce

[JsonPropertyName("salesforce")]
public ClientAddonSalesforce? Salesforce { get; set; }

Property Value

ClientAddonSalesforce

SalesforceApi

[JsonPropertyName("salesforce_api")]
public ClientAddonSalesforceApi? SalesforceApi { get; set; }

Property Value

ClientAddonSalesforceApi

SalesforceSandboxApi

[JsonPropertyName("salesforce_sandbox_api")]
public ClientAddonSalesforceSandboxApi? SalesforceSandboxApi { get; set; }

Property Value

ClientAddonSalesforceSandboxApi

Samlp

[JsonPropertyName("samlp")]
public ClientAddonSaml? Samlp { get; set; }

Property Value

ClientAddonSaml

SapApi

[JsonPropertyName("sap_api")]
public ClientAddonSapapi? SapApi { get; set; }

Property Value

ClientAddonSapapi

Sentry

[JsonPropertyName("sentry")]
public ClientAddonSentry? Sentry { get; set; }

Property Value

ClientAddonSentry

Sharepoint

[JsonPropertyName("sharepoint")]
public ClientAddonSharePoint? Sharepoint { get; set; }

Property Value

ClientAddonSharePoint

Slack

[JsonPropertyName("slack")]
public ClientAddonSlack? Slack { get; set; }

Property Value

ClientAddonSlack

Springcm

[JsonPropertyName("springcm")]
public ClientAddonSpringCm? Springcm { get; set; }

Property Value

ClientAddonSpringCm

SsoIntegration

[JsonPropertyName("sso_integration")]
public ClientAddonSsoIntegration? SsoIntegration { get; set; }

Property Value

ClientAddonSsoIntegration

Wams

[JsonPropertyName("wams")]
public ClientAddonWams? Wams { get; set; }

Property Value

ClientAddonWams

Wsfed

[JsonPropertyName("wsfed")]
public Dictionary<string, object?>? Wsfed { get; set; }

Property Value

Dictionary<string, object>

Zendesk

[JsonPropertyName("zendesk")]
public ClientAddonZendesk? Zendesk { get; set; }

Property Value

ClientAddonZendesk

Zoom

[JsonPropertyName("zoom")]
public ClientAddonZoom? Zoom { get; set; }

Property Value

ClientAddonZoom

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.