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