namespace Acl.Application; /// Configured ZGW defaults the ACL fills in (ADR-0003). public sealed class AclDefaults { public required string Bronorganisatie { get; init; } public required string VerantwoordelijkeOrganisatie { get; init; } public required string Vertrouwelijkheidaanduiding { get; init; } /// The BIG zaaktype's stable business key. The ACL resolves the (server-assigned) zaaktype /// URL from this via the Catalogi API instead of being handed a pinned URL (S-27, ADR-0021). public required string ZaaktypeIdentificatie { get; init; } /// The omschrijving of the informatieobjecttype an uploaded diploma is filed under (S-10b); /// resolved to a URL by the Catalogi API, like . public required string InformatieobjecttypeOmschrijving { get; init; } }