UebaDataSources Struct

Definition

The data source that enriched by ueba.

public readonly struct UebaDataSources : IEquatable<Azure.ResourceManager.SecurityInsights.Models.UebaDataSources>
type UebaDataSources = struct
Public Structure UebaDataSources
Implements IEquatable(Of UebaDataSources)
Inheritance
UebaDataSources
Implements

Constructors

Name Description
UebaDataSources(String)

Initializes a new instance of UebaDataSources.

Properties

Name Description
AuditLogs

AuditLogs.

AzureActivity

AzureActivity.

SecurityEvent

SecurityEvent.

SigninLogs

SigninLogs.

Methods

Name Description
Equals(UebaDataSources)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(UebaDataSources, UebaDataSources)

Determines if two UebaDataSources values are the same.

Implicit(String to Nullable<UebaDataSources>)
Implicit(String to UebaDataSources)

Converts a string to a UebaDataSources.

Inequality(UebaDataSources, UebaDataSources)

Determines if two UebaDataSources values are not the same.

Applies to