Table of Contents

Class ResourceServerAuthorizationPolicy

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Authorization policy for the resource server.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

PolicyId

The ID of the authorization policy to apply.

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