DefenderForContainersAwsOffering Class

Definition

The Defender for Containers AWS offering.

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

DefenderForContainersAwsOffering()

Initializes a new instance of DefenderForContainersAwsOffering.

Properties

CloudRoleArn

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

ContainerVulnerabilityAssessmentCloudRoleArn

The cloud role ARN in AWS for this feature.

ContainerVulnerabilityAssessmentTaskCloudRoleArn

The cloud role ARN in AWS for this feature.

Description

The offering description.

(Inherited from SecurityCenterCloudOffering)
IsAutoProvisioningEnabled

Is audit logs pipeline auto provisioning enabled.

IsContainerVulnerabilityAssessmentEnabled

Enable container vulnerability assessment feature.

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.

KubernetesScubaReaderCloudRoleArn

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.

ScubaExternalId

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

Explicit Interface Implementations

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