docs/interfaces/management.Management.CreateClientGrantResponseContent.html
interface CreateClientGrantResponseContent {
id?: string;
client_id?: string;
audience?: string;
scope?: string[];
organization_usage?: Management.ClientGrantOrganizationUsageEnum;
allow_any_organization?: boolean;
default_for?: "third_party_clients";
is_system?: boolean;
subject_type?: Management.ClientGrantSubjectTypeEnum;
authorization_details_types?: string[];
allow_all_scopes?: boolean;
}
id?client_id?audience?scope?organization_usage?allow_any_organization?default_for?is_system?subject_type?authorization_details_types?allow_all_scopes?
Optionalidid?: string
ID of the client grant.
Optionalclient_idclient_id?: string
ID of the client.
Optionalaudienceaudience?: string
The audience (API identifier) of this client grant.
Optionalscopescope?: string[]
Scopes allowed for this client grant.
Optionalorganization_usageorganization_usage?: Management.ClientGrantOrganizationUsageEnum
Optionalallow_any_organizationallow_any_organization?: boolean
If enabled, any organization can be used with this grant. If disabled (default), the grant must be explicitly assigned to the desired organizations.
Optionaldefault_fordefault_for?: "third_party_clients"
Optionalis_systemis_system?: boolean
If enabled, this grant is a special grant created by Auth0. It cannot be modified or deleted directly.
Optionalsubject_typesubject_type?: Management.ClientGrantSubjectTypeEnum
Optionalauthorization_details_typesauthorization_details_types?: string[]
Types of authorization_details allowed for this client grant.
Optionalallow_all_scopesallow_all_scopes?: boolean
If enabled, all scopes configured on the resource server are allowed for this grant.
Member Visibility
ThemeOSLightDark
Properties idclient_idaudiencescopeorganization_usageallow_any_organizationdefault_foris_systemsubject_typeauthorization_details_typesallow_all_scopes