Table of Contents

Class UserPermissionSchema

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Description

Description of this permission.

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

PermissionName

Name of this permission.

[JsonPropertyName("permission_name")]
public string? PermissionName { get; set; }

Property Value

string

ResourceServerIdentifier

Resource server (API) identifier that this permission is for.

[JsonPropertyName("resource_server_identifier")]
public string? ResourceServerIdentifier { get; set; }

Property Value

string

ResourceServerName

Resource server (API) name this permission is for.

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