Class DeleteRolePermissionsRequestContent
- Namespace
- Auth0.ManagementApi.Roles
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record DeleteRolePermissionsRequestContent : IEquatable<DeleteRolePermissionsRequestContent>
- Inheritance
-
DeleteRolePermissionsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Permissions
array of resource_server_identifier, permission_name pairs.
[JsonPropertyName("permissions")]
public IEnumerable<PermissionRequestPayload> Permissions { 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.