{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TenantSettingsDynamicClientRegistrationSecurityMode", "title": "TenantSettingsDynamicClientRegistrationSecurityMode", "type": "string", "description": "Sets the `third_party_security_mode` assigned to clients created via Dynamic Client Registration. `strict` applies enhanced security controls. `permissive` preserves pre-existing behavior and is only available to tenants with prior third-party client usage.", "enum": [ "strict", "permissive" ], "x-release-lifecycle": "GA" }