Share via


OfficeIrmDataConnectorProperties Class

Definition

OfficeIRM (Microsoft Insider Risk Management) data connector properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.OfficeIrmDataConnectorPropertiesTypeConverter))]
public class OfficeIrmDataConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IOfficeIrmDataConnectorProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.OfficeIrmDataConnectorPropertiesTypeConverter))>]
type OfficeIrmDataConnectorProperties = class
    interface IOfficeIrmDataConnectorProperties
    interface IJsonSerializable
    interface IDataConnectorTenantId
    interface IDataConnectorWithAlertsProperties
    interface IValidates
Public Class OfficeIrmDataConnectorProperties
Implements IOfficeIrmDataConnectorProperties, IValidates
Inheritance
OfficeIrmDataConnectorProperties
Attributes
Implements

Constructors

OfficeIrmDataConnectorProperties()

Creates an new OfficeIrmDataConnectorProperties instance.

Properties

AlertState

Describe whether this data type connection is enabled or not.

DataType

The available data types for the connector.

DataTypeAlert

Alerts data type connection.

TenantId

The tenant id to connect to, and get the data from.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OfficeIrmDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeIrmDataConnectorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IOfficeIrmDataConnectorProperties.

FromJsonString(String)

Creates a new instance of OfficeIrmDataConnectorProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeIrmDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to