Class PermissionsResponsePayload
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record PermissionsResponsePayload : IJsonOnDeserialized, IEquatable<PermissionsResponsePayload>
- Inheritance
-
PermissionsResponsePayload
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Description
Description of this permission.
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
PermissionName
Name of this permission.
[JsonPropertyName("permission_name")]
public string? PermissionName { get; set; }
Property Value
ResourceServerIdentifier
Resource server (API) identifier that this permission is for.
[JsonPropertyName("resource_server_identifier")]
public string? ResourceServerIdentifier { get; set; }
Property Value
ResourceServerName
Resource server (API) name this permission is for.
[JsonPropertyName("resource_server_name")]
public string? ResourceServerName { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.