AadDataConnectorProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AAD (Azure Active Directory) data connector properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AadDataConnectorPropertiesTypeConverter))]
public class AadDataConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAadDataConnectorProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AadDataConnectorPropertiesTypeConverter))>]
type AadDataConnectorProperties = class
interface IAadDataConnectorProperties
interface IJsonSerializable
interface IDataConnectorTenantId
interface IDataConnectorWithAlertsProperties
interface IValidates
Public Class AadDataConnectorProperties
Implements IAadDataConnectorProperties, IValidates
- Inheritance
-
AadDataConnectorProperties
- Attributes
- Implements
Constructors
AadDataConnectorProperties() |
Creates an new AadDataConnectorProperties 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 AadDataConnectorProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AadDataConnectorProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAadDataConnectorProperties. |
FromJsonString(String) |
Creates a new instance of AadDataConnectorProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AadDataConnectorProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |