Table of Contents

Class GroupMember

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Represents the metadata of a group membership.

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

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

ConnectionId

Identifier for the connection this group belongs to (if a connection group).

[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }

Property Value

string

CreatedAt

Timestamp of when the membership was created.

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

Property Value

DateTime?

Id

Unique identifier for the member.

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

MemberType

[JsonPropertyName("member_type")]
public GroupMemberTypeEnum? MemberType { get; set; }

Property Value

GroupMemberTypeEnum?

Type

[JsonPropertyName("type")]
public GroupTypeEnum? Type { get; set; }

Property Value

GroupTypeEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.