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
ConnectionId
Identifier for the connection this group belongs to (if a connection group).
[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }
Property Value
CreatedAt
Timestamp of when the membership was created.
[JsonPropertyName("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
Id
Unique identifier for the member.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
MemberType
[JsonPropertyName("member_type")]
public GroupMemberTypeEnum? MemberType { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public GroupTypeEnum? Type { 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.