SecurityStandardData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Security Standard on a resource.
public class SecurityStandardData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.SecurityStandardData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.SecurityStandardData>
type SecurityStandardData = class
inherit ResourceData
interface IJsonModel<SecurityStandardData>
interface IPersistableModel<SecurityStandardData>
Public Class SecurityStandardData
Inherits ResourceData
Implements IJsonModel(Of SecurityStandardData), IPersistableModel(Of SecurityStandardData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityStandardData() |
Initializes a new instance of SecurityStandardData. |
Properties
| Name | Description |
|---|---|
| Assessments |
List of assessment keys to apply to standard scope. |
| CloudProviders |
List of all standard supported clouds. |
| Description |
Description of the standard. |
| DisplayName |
Display name of the standard, equivalent to the standardId. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Metadata |
The security standard metadata. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| PolicySetDefinitionId |
The policy set definition id associated with the standard. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| StandardType |
Standard type (Custom or Default or Compliance only currently). |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |