Table of Contents

Class LogStreamEventGridSink

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record LogStreamEventGridSink : IJsonOnDeserialized, IEquatable<LogStreamEventGridSink>
Inheritance
LogStreamEventGridSink
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AzurePartnerTopic

Partner Topic

[JsonPropertyName("azurePartnerTopic")]
public string? AzurePartnerTopic { get; set; }

Property Value

string

AzureRegion

[JsonPropertyName("azureRegion")]
public required LogStreamEventGridRegionEnum AzureRegion { get; set; }

Property Value

LogStreamEventGridRegionEnum

AzureResourceGroup

Resource Group

[JsonPropertyName("azureResourceGroup")]
public required string AzureResourceGroup { get; set; }

Property Value

string

AzureSubscriptionId

Subscription ID

[JsonPropertyName("azureSubscriptionId")]
public required string AzureSubscriptionId { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.