Class CreateOrganizationGroupRolesRequestContent
- Namespace
- Auth0.ManagementApi.Organizations.Groups
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateOrganizationGroupRolesRequestContent : IEquatable<CreateOrganizationGroupRolesRequestContent>
- Inheritance
-
CreateOrganizationGroupRolesRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Roles
Array of role IDs to assign to organization 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.