Table of Contents

Class UserEffectivePermissionResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UserEffectivePermissionResponseContent : IJsonOnDeserialized, IEquatable<UserEffectivePermissionResponseContent>
Inheritance
UserEffectivePermissionResponseContent
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

Sources

List of sources where this permission is coming from.

[JsonPropertyName("sources")]
public IEnumerable<UserEffectivePermissionSourceEnum>? Sources { get; set; }

Property Value

IEnumerable<UserEffectivePermissionSourceEnum>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.