Table of Contents

Class ClientAddonAzureSb

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Azure Storage Bus addon configuration.

[Serializable]
public record ClientAddonAzureSb : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonAzureSb>
Inheritance
ClientAddonAzureSb
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

EntityPath

Entity you want to request a token for. e.g. my-queue.'

[JsonPropertyName("entityPath")]
public string? EntityPath { get; set; }

Property Value

string

Expiration

Optional expiration in minutes for the generated token. Defaults to 5 minutes.

[JsonPropertyName("expiration")]
public int? Expiration { get; set; }

Property Value

int?

Namespace

Your Azure Service Bus namespace. Usually the first segment of your Service Bus URL (e.g. https://acme-org.servicebus.windows.net would be acme-org).

[JsonPropertyName("namespace")]
public string? Namespace { get; set; }

Property Value

string

SasKey

Primary Key associated with your shared access policy.

[JsonPropertyName("sasKey")]
public string? SasKey { get; set; }

Property Value

string

SasKeyName

Your shared access policy name defined in your Service Bus entity.

[JsonPropertyName("sasKeyName")]
public string? SasKeyName { 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.