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
PermissionName
Name of this permission.
[JsonPropertyName("permission_name")]
public required string PermissionName { get; set; }
Property Value
ResourceServerIdentifier
Resource server (API) identifier that this permission is for.
[JsonPropertyName("resource_server_identifier")]
public required string ResourceServerIdentifier { 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.