UrlSnapshot Properties
Record Properties 5 members
A snapshot of the URL.
The UI display properties for the url.
public UrlDisplayPropertiesSnapshot DisplayProperties { get; init; } Whether this URL is inactive or not.
public bool IsInactive { get; init; }Remarks
Inactive URLs are not displayed in UI.
Determines if this URL is internal. Internal URLs are only shown in the details grid for a resource.
public bool IsInternal { get; init; }Name of the endpoint associated with the URL.
public string? Name { get; init; }