Table of Contents

Class ClientAddonSalesforce

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Salesforce SSO configuration.

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

EntityId

Arbitrary logical URL that identifies the Saleforce resource. e.g. https://acme-org.com.

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