Class EventStreamCloudEventGroupRoleAssignedObject
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
The event content.
[Serializable]
public record EventStreamCloudEventGroupRoleAssignedObject : IJsonOnDeserialized, IEquatable<EventStreamCloudEventGroupRoleAssignedObject>
- Inheritance
-
EventStreamCloudEventGroupRoleAssignedObject
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CreatedAt
The time at which the role was assigned to the group.
[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }
Property Value
Group
[JsonPropertyName("group")]
public required EventStreamCloudEventGroupRoleAssignedObjectGroup Group { get; set; }
Property Value
Role
[JsonPropertyName("role")]
public required EventStreamCloudEventGroupRoleAssignedObjectRole Role { 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.