Skip to main content

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 ObjectApplyOverlayUrisResultDto

Properties

OverlayName

The overlay name from the request — echoed back for client-side logging clarity.

public string OverlayName { get; set; }

Property Value

String

ClientId

The client id the overlay was applied to (echoed for log correlation).

public string ClientId { get; set; }

Property Value

String

RedirectUris

Counts for RedirectUris.

public ApplyOverlayUrisListCountDto RedirectUris { get; set; }

Property Value

ApplyOverlayUrisListCountDto

PostLogoutRedirectUris

Counts for PostLogoutRedirectUris.

public ApplyOverlayUrisListCountDto PostLogoutRedirectUris { get; set; }

Property Value

ApplyOverlayUrisListCountDto

AllowedCorsOrigins

Counts for AllowedCorsOrigins.

public ApplyOverlayUrisListCountDto AllowedCorsOrigins { get; set; }

Property Value

ApplyOverlayUrisListCountDto

Constructors

ApplyOverlayUrisResultDto()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public ApplyOverlayUrisResultDto()