Table of Contents

Class DeleteRoleGroupsRequestContent

Namespace
Auth0.ManagementApi.Roles
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record DeleteRoleGroupsRequestContent : IEquatable<DeleteRoleGroupsRequestContent>
Inheritance
DeleteRoleGroupsRequestContent
Implements
Inherited Members
Extension Methods

Properties

Groups

Array of group IDs to remove from the role.

[JsonPropertyName("groups")]
public IEnumerable<string> Groups { get; set; }

Property Value

IEnumerable<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.