Back to Node Auth0

Interface AssociateOrganizationClientGrantResponseContent

docs/interfaces/management.Management.AssociateOrganizationClientGrantResponseContent.html

5.9.11.8 KB
Original Source

Interface AssociateOrganizationClientGrantResponseContent

interface AssociateOrganizationClientGrantResponseContent {
id?: string;
client_id?: string;
audience?: string;
scope?: string[];
organization_usage?: Management.OrganizationUsageEnum;
allow_any_organization?: boolean;
}

Index

Properties

id?client_id?audience?scope?organization_usage?allow_any_organization?

Properties

Optionalid

id?: string

ID of the client grant.

Optionalclient_id

client_id?: string

ID of the client.

Optionalaudience

audience?: string

The audience (API identifier) of this client grant

Optionalscope

scope?: string[]

Scopes allowed for this client grant.

Optionalorganization_usage

organization_usage?: Management.OrganizationUsageEnum

Optionalallow_any_organization

allow_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.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idclient_idaudiencescopeorganization_usageallow_any_organization