Class OrganizationCreateClientGrantRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class OrganizationCreateClientGrantRequest
- Inheritance
-
OrganizationCreateClientGrantRequest
- Inherited Members
Properties
GrantId
A Client Grant ID to add to the organization.
[JsonProperty("grant_id")]
public string GrantId { get; set; }