Table of Contents

Class EventStreamCloudEventOrgGroupRoleAssignedObjectRole

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The role assigned to the group in the organization.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Id

The ID of the role.

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

Property Value

string

Name

The name of the role.

[JsonPropertyName("name")]
public required string Name { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.