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
AzurePartnerTopic
Partner Topic
[JsonPropertyName("azurePartnerTopic")]
public string? AzurePartnerTopic { get; set; }
Property Value
AzureRegion
[JsonPropertyName("azureRegion")]
public required LogStreamEventGridRegionEnum AzureRegion { get; set; }
Property Value
AzureResourceGroup
Resource Group
[JsonPropertyName("azureResourceGroup")]
public required string AzureResourceGroup { get; set; }
Property Value
AzureSubscriptionId
Subscription ID
[JsonPropertyName("azureSubscriptionId")]
public required string AzureSubscriptionId { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.