Class ClientAddonSalesforceSandboxApi
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Salesforce Sandbox addon configuration.
[Serializable]
public record ClientAddonSalesforceSandboxApi : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonSalesforceSandboxApi>
- Inheritance
-
ClientAddonSalesforceSandboxApi
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Clientid
Consumer Key assigned by Salesforce to the Connected App.
[JsonPropertyName("clientid")]
public string? Clientid { get; set; }
Property Value
CommunityName
Community name.
[JsonPropertyName("communityName")]
public string? CommunityName { get; set; }
Property Value
CommunityUrlSection
Community url section.
[JsonPropertyName("community_url_section")]
public string? CommunityUrlSection { get; set; }
Property Value
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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.