StandardProperties interface
Describes properties of a standard.
Properties
| category | category of the standard provided |
| components | List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys. |
| description | description of the standard |
| display |
display name of the standard, equivalent to the standardId |
| standard |
standard type (Custom or BuiltIn only currently) |
| supported |
List of all standard supported clouds. |
Property Details
category
category of the standard provided
category?: string
Property Value
string
components
List of component objects containing component unique keys (such as assessment keys) to apply to standard scope. Currently only supports assessment keys.
components?: StandardComponentProperties[]
Property Value
description
description of the standard
description?: string
Property Value
string
displayName
display name of the standard, equivalent to the standardId
displayName?: string
Property Value
string
standardType
standard type (Custom or BuiltIn only currently)
standardType?: string
Property Value
string
supportedClouds
List of all standard supported clouds.
supportedClouds?: StandardSupportedClouds[]