UebaDataSource Struct

Definition

The data source that enriched by ueba.

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

Constructors

UebaDataSource(String)

Initializes a new instance of UebaDataSource.

Properties

AuditLogs

AuditLogs.

AzureActivity

AzureActivity.

SecurityEvent

SecurityEvent.

SigninLogs

SigninLogs.

Methods

Equals(UebaDataSource)

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

Equality(UebaDataSource, UebaDataSource)

Determines if two UebaDataSource values are the same.

Implicit(String to UebaDataSource)

Converts a string to a UebaDataSource.

Inequality(UebaDataSource, UebaDataSource)

Determines if two UebaDataSource values are not the same.

Applies to