Back to Node Auth0

Interface GetOrganizationResponseContent

docs/interfaces/management.Management.GetOrganizationResponseContent.html

5.9.11.6 KB
Original Source

Interface GetOrganizationResponseContent

interface GetOrganizationResponseContent {
id?: string;
name?: string;
display_name?: string;
branding?: OrganizationBranding;
metadata?: OrganizationMetadata;
token_quota?: TokenQuota;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?name?display_name?branding?metadata?token_quota?

Properties

Optionalid

id?: string

Organization identifier.

Optionalname

name?: string

The name of this organization.

Optionaldisplay_name

display_name?: string

Friendly name of this organization.

Optionalbranding

branding?: OrganizationBranding

Optionalmetadata

metadata?: OrganizationMetadata

Optionaltoken_quota

token_quota?: TokenQuota

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnamedisplay_namebrandingmetadatatoken_quota