findings.Body1 #
Description #
Provides a detailed description of a Note
.
Properties #
Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] | |
short_description | String | A one sentence description of this `Note`. | |
long_description | String | A detailed description of this `Note`. | |
kind | String | This must be 1:1 with members of our oneofs, it can be used for filtering Note and Occurrence on their kind. - FINDING: The note and occurrence represent a finding. - KPI: The note and occurrence represent a KPI value. - CARD: The note represents a card showing findings and related metric values. - CARD_CONFIGURED: The note represents a card configured for a user account. - SECTION: The note represents a section in a dashboard. | |
related_url | [InlineResponse200RelatedUrl] | [optional] | |
expiration_time | Date | Time of expiration for this note, null if note does not expire. | [optional] |
create_time | Date | Output only. The time this note was created. This field can be used as a filter in list requests. | [optional] |
update_time | Date | Output only. The time this note was last updated. This field can be used as a filter in list requests. | [optional] |
provider_id | String | [optional] | |
id | String | ||
shared | Boolean | True if this `Note` can be shared by multiple accounts. | [optional] [default to true] |
reported_by | InlineResponse200ReportedBy | ||
finding | InlineResponse200Finding | [optional] | |
kpi | InlineResponse200Kpi | [optional] | |
card | InlineResponse200Card | [optional] | |
section | InlineResponse200Section | [optional] |
Enum: KindEnum #
-
FINDING
(value:"FINDING"
) -
KPI
(value:"KPI"
) -
CARD
(value:"CARD"
) -
CARD_CONFIGURED
(value:"CARD_CONFIGURED"
) -
SECTION
(value:"SECTION"
)