Table of Contents

Class EventStreamCloudEventGroupRoleAssignedPreviousObject

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The event content as it was prior to the change described by this event, when applicable.

[Serializable]
public record EventStreamCloudEventGroupRoleAssignedPreviousObject : IJsonOnDeserialized, IEquatable<EventStreamCloudEventGroupRoleAssignedPreviousObject>
Inheritance
EventStreamCloudEventGroupRoleAssignedPreviousObject
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

CreatedAt

The time at which the role was assigned to the group.

[JsonPropertyName("created_at")]
public required DateTime CreatedAt { get; set; }

Property Value

DateTime

Group

[JsonPropertyName("group")]
public required EventStreamCloudEventGroupRoleAssignedPreviousObjectGroup Group { get; set; }

Property Value

EventStreamCloudEventGroupRoleAssignedPreviousObjectGroup

Role

[JsonPropertyName("role")]
public required EventStreamCloudEventGroupRoleAssignedPreviousObjectRole Role { get; set; }

Property Value

EventStreamCloudEventGroupRoleAssignedPreviousObjectRole

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.