Share via


OfficeIrmCheckRequirementsProperties Class

Definition

OfficeIRM (Microsoft Insider Risk Management) requirements check properties.

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

Constructors

OfficeIrmCheckRequirementsProperties()

Creates an new OfficeIrmCheckRequirementsProperties instance.

Properties

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OfficeIrmCheckRequirementsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeIrmCheckRequirementsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeIrmCheckRequirementsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to