Table of Contents

Class PermissionRequestPayload

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

PermissionName

Name of this permission.

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

Property Value

string

ResourceServerIdentifier

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

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