UNPKG

ibmcloud-security-advisor-findings

Version:

JavaScript client library for the IBM Cloud Security Advisor Findings API

20 lines (15 loc) 991 B
# findings.InlineResponse200Card ### Description Card provides details about a card kind of note ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **section** | **String** | The section this card belongs to | **title** | **String** | The title of this card | **subtitle** | **String** | The subtitle of this card | **order** | **Number** | The order of the card in which it will appear on SA dashboard in the mentioned section | [optional] **finding_note_names** | **[String]** | The finding note names associated to this card | **requires_configuration** | **Boolean** | | [optional] [default to false] **badge_text** | **String** | The text associated to the card's badge | [optional] **badge_image** | **String** | The base64 content of the image associated to the card's badge | [optional] **elements** | [**[InlineResponse200CardElements]**](InlineResponse200CardElements.md) | The elements of this card |