Table of Contents

Class ClientAddonSalesforceApi

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Salesforce API addon configuration.

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Clientid

Consumer Key assigned by Salesforce to the Connected App.

[JsonPropertyName("clientid")]
public string? Clientid { get; set; }

Property Value

string

CommunityName

Community name.

[JsonPropertyName("communityName")]
public string? CommunityName { get; set; }

Property Value

string

CommunityUrlSection

Community url section.

[JsonPropertyName("community_url_section")]
public string? CommunityUrlSection { get; set; }

Property Value

string

Principal

Name of the property in the user object that maps to a Salesforce username. e.g. email.

[JsonPropertyName("principal")]
public string? Principal { 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.