Skip to content

Commit

Permalink
Add ProvisioningTicketUrl (#562)
Browse files Browse the repository at this point in the history
* Add ProvisioningTicketUrl

* Update provisioning ticket url comment

Co-authored-by: zachz <zachz@intouchreceipting.com>
  • Loading branch information
zzanol and intouchpay-admin authored Apr 29, 2022
1 parent f53f22e commit ba171f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Auth0.ManagementApi/Models/Connection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ public class Connection : ConnectionBase
/// </summary>
[JsonProperty("strategy")]
public string Strategy { get; set; }

/// <summary>
/// The provisioning ticket URL for AD / LDAP connections
/// </summary>
[JsonProperty("provisioning_ticket_url")]
public string ProvisioningTicketUrl { get; set; }
}
}

0 comments on commit ba171f6

Please sign in to comment.