Table of Contents

Class ClientAddonRms

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Active Directory Rights Management Service SSO configuration.

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Url

URL of your Rights Management Server. It can be internal or external, but users will have to be able to reach it.

[JsonPropertyName("url")]
public required string Url { 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.