CredentialSourceLoaderParameters.ApiUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the URL of the API which will be hit with this request.
public string? ApiUrl { get; set; }
member this.ApiUrl : string with get, set
Public Property ApiUrl As String
Property Value
Remarks
The value should be a valid absolute URI.