Table of Contents

Class Addons

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Addons are extensions associated with an Application in Auth0. Usually, they are 3rd party APIs used by the app that Auth0 generates access tokens for (e.g. Salesforce, Azure Service Bus, Azure Mobile Services, SAP, etc).

public class Addons
Inheritance
Addons
Inherited Members

Properties

AmazonWebServices

Settings for Amazon Web Services Addon

[JsonProperty("aws")]
public dynamic AmazonWebServices { get; set; }

Property Value

dynamic

AzureMobileServices

Settings for Azure Mobile Services Addon

[JsonProperty("wams")]
public dynamic AzureMobileServices { get; set; }

Property Value

dynamic

AzureServiceBus

Settings for Azure Service Bus Addon

[JsonProperty("azure_sb")]
public dynamic AzureServiceBus { get; set; }

Property Value

dynamic

Box

Settings for Box Addon

[JsonProperty("box")]
public dynamic Box { get; set; }

Property Value

dynamic

CloudBees

Settings for CloudBees Addon

[JsonProperty("cloudbees")]
public dynamic CloudBees { get; set; }

Property Value

dynamic

Concur

Settings for Concur Addon

[JsonProperty("concur")]
public dynamic Concur { get; set; }

Property Value

dynamic

DropBox

Settings for Dropbox Addon

[JsonProperty("dropbox")]
public dynamic DropBox { get; set; }

Property Value

dynamic

EchoSign

Settings for EchoSign Addon

[JsonProperty("echosign")]
public dynamic EchoSign { get; set; }

Property Value

dynamic

Egnyte

Settings for Egnyte Addon

[JsonProperty("egnyte")]
public dynamic Egnyte { get; set; }

Property Value

dynamic

FireBase

Settings for Firebase Addon

[JsonProperty("firebase")]
public dynamic FireBase { get; set; }

Property Value

dynamic

NewRelic

Settings for New Relic Addon

[JsonProperty("newrelic")]
public dynamic NewRelic { get; set; }

Property Value

dynamic

Office365

Settings for Office 365 Addon

[JsonProperty("office365")]
public dynamic Office365 { get; set; }

Property Value

dynamic

SalesForce

Settings for Salesforce Addon

[JsonProperty("salesforce")]
public dynamic SalesForce { get; set; }

Property Value

dynamic

SalesForceApi

Settings for Salesforce API Addon

[JsonProperty("salesforce_api")]
public dynamic SalesForceApi { get; set; }

Property Value

dynamic

SalesForceSandboxApi

Settings for Salesforce Sandbox API Addon

[JsonProperty("salesforce_sandbox_api")]
public dynamic SalesForceSandboxApi { get; set; }

Property Value

dynamic

SamlP

Settings for SAML2 Addon

[JsonProperty("samlp")]
public dynamic SamlP { get; set; }

Property Value

dynamic

SapApi

Settings for SAP API Addon

[JsonProperty("sap_api")]
public dynamic SapApi { get; set; }

Property Value

dynamic

SharePoint

Settings for Sharepoint Addon

[JsonProperty("sharepoint")]
public dynamic SharePoint { get; set; }

Property Value

dynamic

SpringCM

Settings for SpringCM Addon

[JsonProperty("springcm")]
public dynamic SpringCM { get; set; }

Property Value

dynamic

WebApi

Settings for Web API Addon

[JsonProperty("webapi")]
public dynamic WebApi { get; set; }

Property Value

dynamic

WsFed

Settings for WS-FED Addon

[JsonProperty("wsfed")]
public dynamic WsFed { get; set; }

Property Value

dynamic

Zendesk

Settings for Zendesk Addon

[JsonProperty("zendesk")]
public dynamic Zendesk { get; set; }

Property Value

dynamic

Zoom

Settings for Zoom Addon

[JsonProperty("zoom")]
public dynamic Zoom { get; set; }

Property Value

dynamic