Class CreateUserPermissionsRequestContent
- Namespace
- Auth0.ManagementApi.Users
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateUserPermissionsRequestContent : IEquatable<CreateUserPermissionsRequestContent>
- Inheritance
-
CreateUserPermissionsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Permissions
List of permissions to add to this user.
[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.