DefenderForContainersAwsOffering Class

Definition

Provides a compatibility shim for the DefenderForContainersAwsOffering class.

public class DefenderForContainersAwsOffering : Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudOffering
public class DefenderForContainersAwsOffering : Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudOffering, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.DefenderForContainersAwsOffering>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.DefenderForContainersAwsOffering>
type DefenderForContainersAwsOffering = class
    inherit SecurityCenterCloudOffering
type DefenderForContainersAwsOffering = class
    inherit SecurityCenterCloudOffering
    interface IJsonModel<DefenderForContainersAwsOffering>
    interface IPersistableModel<DefenderForContainersAwsOffering>
Public Class DefenderForContainersAwsOffering
Inherits SecurityCenterCloudOffering
Public Class DefenderForContainersAwsOffering
Inherits SecurityCenterCloudOffering
Implements IJsonModel(Of DefenderForContainersAwsOffering), IPersistableModel(Of DefenderForContainersAwsOffering)
Inheritance
DefenderForContainersAwsOffering
Implements

Constructors

Name Description
DefenderForContainersAwsOffering()

Initializes a new instance of DefenderForContainersAwsOffering.

Properties

Name Description
CloudRoleArn

The cloud role ARN in AWS used by CloudWatch to transfer data into Kinesis.

DataCollectionExternalId

The externalId used by the data reader to prevent the confused deputy attack.

Description

The offering description.

(Inherited from SecurityCenterCloudOffering)
EnableAuditLogsAutoProvisioning

Is audit logs data collection enabled.

EnableDefenderAgentAutoProvisioning

Is Microsoft Defender for Cloud Kubernetes agent auto provisioning enabled.

EnablePolicyAgentAutoProvisioning

Is Policy Kubernetes agent auto provisioning enabled.

KinesisToS3CloudRoleArn

The cloud role ARN in AWS used by Kinesis to transfer data into S3.

KubeAuditRetentionTime

The retention time in days of kube audit logs set on the CloudWatch log group.

KubernetesDataCollectionCloudRoleArn

The cloud role ARN in AWS for this feature used for reading data.

KubernetesServiceCloudRoleArn

The cloud role ARN in AWS for this feature used for provisioning resources.

MdcContainersAgentlessDiscoveryK8S

The Microsoft Defender container agentless discovery K8s configuration.

MdcContainersImageAssessment

The Microsoft Defender container image assessment configuration.

VmScanners

The Microsoft Defender for Container K8s VM host scanning configuration.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<DefenderForContainersAwsOffering>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DefenderForContainersAwsOffering>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityCenterCloudOffering>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecurityCenterCloudOffering)
IJsonModel<SecurityCenterCloudOffering>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityCenterCloudOffering)
IPersistableModel<DefenderForContainersAwsOffering>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefenderForContainersAwsOffering>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DefenderForContainersAwsOffering>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityCenterCloudOffering>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityCenterCloudOffering)
IPersistableModel<SecurityCenterCloudOffering>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecurityCenterCloudOffering)
IPersistableModel<SecurityCenterCloudOffering>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityCenterCloudOffering)

Applies to