ApplyOverlayUrisResultDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Response body for POST {tenantId}/v1/clients/{id}/overlayUris — per-list
breakdown of URIs the endpoint added vs. skipped as duplicates. Three independent
counts (RedirectUris / PostLogoutRedirectUris / AllowedCorsOrigins).
public sealed class ApplyOverlayUrisResultDto
Inheritance Object → ApplyOverlayUrisResultDto
Properties
OverlayName
The overlay name from the request — echoed back for client-side logging clarity.
public string OverlayName { get; set; }
Property Value
ClientId
The client id the overlay was applied to (echoed for log correlation).
public string ClientId { get; set; }
Property Value
RedirectUris
Counts for RedirectUris.
public ApplyOverlayUrisListCountDto RedirectUris { get; set; }
Property Value
PostLogoutRedirectUris
Counts for PostLogoutRedirectUris.
public ApplyOverlayUrisListCountDto PostLogoutRedirectUris { get; set; }
Property Value
AllowedCorsOrigins
Counts for AllowedCorsOrigins.
public ApplyOverlayUrisListCountDto AllowedCorsOrigins { get; set; }
Property Value
Constructors
ApplyOverlayUrisResultDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public ApplyOverlayUrisResultDto()