Table of Contents

Class AssociateOrganizationClientGrantRequestContent

Namespace
Auth0.ManagementApi.Organizations
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record AssociateOrganizationClientGrantRequestContent : IEquatable<AssociateOrganizationClientGrantRequestContent>
Inheritance
AssociateOrganizationClientGrantRequestContent
Implements
Inherited Members
Extension Methods

Properties

GrantId

A Client Grant ID to add to the organization.

[JsonPropertyName("grant_id")]
public required string GrantId { 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.