SecurityStandardData Class

Definition

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
SecurityStandardData
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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SecurityStandardData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SecurityStandardData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SecurityStandardData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SecurityStandardData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SecurityStandardData>.Write(ModelReaderWriterOptions)

Applies to