docs/interfaces/management.Management.OrganizationClientGrant.html
interface OrganizationClientGrant {
id?: string;
client_id?: string;
audience?: string;
scope?: string[];
organization_usage?: Management.OrganizationUsageEnum;
allow_any_organization?: boolean;
}
id?client_id?audience?scope?organization_usage?allow_any_organization?
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.OrganizationUsageEnum
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.
Member Visibility
ThemeOSLightDark
Properties idclient_idaudiencescopeorganization_usageallow_any_organization