From ec7edb8df5345a5f274b0dc3aac0f2a3c41f2e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20M=C3=A4kel=C3=A4?= Date: Fri, 1 May 2026 16:28:34 +0300 Subject: [PATCH] feat: RD-97661 Add has credentials attribute to assets --- asset-v2-openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/asset-v2-openapi.yaml b/asset-v2-openapi.yaml index 3a4428b..517e2f3 100644 --- a/asset-v2-openapi.yaml +++ b/asset-v2-openapi.yaml @@ -2995,6 +2995,14 @@ components: deactivated less than 2 years ago. This field is read only and relates only to assets created prior to Apr 1 2023. default: false + hasCredentials: + type: boolean + readOnly: true + description: + Indicates whether any credentials are associated with this asset. + Only webapp and mobileapp assets can have credentials; all other asset + types will always be false. + default: false scanStateUpdatedAt: type: string format: date-time