Class EventStreamCloudEventGroupRoleAssignedObjectRole
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The role assigned to the group.
[Serializable]
public record EventStreamCloudEventGroupRoleAssignedObjectRole : IJsonOnDeserialized, IEquatable<EventStreamCloudEventGroupRoleAssignedObjectRole>
- Inheritance
-
EventStreamCloudEventGroupRoleAssignedObjectRole
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Id
The ID of the role.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Name
The name of the role.
[JsonPropertyName("name")]
public required string Name { 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.