Table of Contents

Class EventStreamCloudEventOrgGroupRoleAssignedObjectGroup1

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Reference to an organization group

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ExternalId

The external identifier for the group.

[JsonPropertyName("external_id")]
public string? ExternalId { get; set; }

Property Value

string

Id

The unique identifier for the group.

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

Property Value

string

OrganizationId

The organization ID associated with the group.

[JsonPropertyName("organization_id")]
public required string OrganizationId { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public required EventStreamCloudEventOrgGroupRoleAssignedObjectGroup1TypeEnum Type { get; set; }

Property Value

EventStreamCloudEventOrgGroupRoleAssignedObjectGroup1TypeEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.