Standard interface
Security Standard on a resource
- Extends
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 |
| etag | Entity tag is used for comparing two or more entities from the same requested resource. |
| kind | Kind of the resource |
| location | The geo-location where the resource lives |
| standard |
standard type (Custom or BuiltIn only currently) |
| supported |
List of all standard supported clouds. |
| tags | Resource tags. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
etag
Entity tag is used for comparing two or more entities from the same requested resource.
etag?: string
Property Value
string
kind
Kind of the resource
kind?: string
Property Value
string
location
The geo-location where the resource lives
location?: 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[]
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type