Share via


OfficeAtpCheckRequirementsProperties Class

Definition

OfficeATP (Office 365 Advanced Threat Protection) requirements check properties.

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

Constructors

OfficeAtpCheckRequirementsProperties()

Creates an new OfficeAtpCheckRequirementsProperties instance.

Properties

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OfficeAtpCheckRequirementsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeAtpCheckRequirementsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeAtpCheckRequirementsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to