Class DeleteGroupRolesRequestContent
- Namespace
- Auth0.ManagementApi.Groups
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record DeleteGroupRolesRequestContent : IEquatable<DeleteGroupRolesRequestContent>
- Inheritance
-
DeleteGroupRolesRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Roles
Array of role IDs to remove from the group.
[JsonPropertyName("roles")]
public IEnumerable<string> Roles { 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.