NetworkUsageLimits (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| aiSearchAccess - Boolean! | If true, AI search is allowed | 
| analyticsAccess - Boolean! | If true, analytics access is allowed | 
| analyticsDaysLimit - Float | Maximum number of days of analytics data, if null, unlimited | 
| apiAccess - Boolean! | If true, API access is allowed | 
| apiRequestCapacity - [ApiRequestLimit!]! | API request limits | 
| appIds - [String!]! | List of purchased apps ids | 
| askAiAccess - Boolean! | If true, Ask AI is allowed | 
| auditLogAccess - Boolean! | If true, audit log access is allowed | 
| customDomain - Boolean! | If true, custom domain is allowed | 
| customUploadDestination - Boolean | If true, site can set a different media upload target domain | 
| disableBettermodeBranding - Boolean! | If true, allows disabling Bettermode branding | 
| emailCustomization - Boolean! | If true, email customization is allowed | 
| emailDigestAccess - Boolean! | If true, email digest access is allowed | 
| jwtSSOAccess - Boolean! | If true, JWT SSO access is allowed | 
| maximumAttachmentSizeLimit - Float | Maximum size per file attachment allowed in bytes, if null, limited to 2047 MB (32bit integer) | 
| membersCapacity - Float | Number of members allowed, if null, unlimited | 
| modifyAllowedFileTypes - Boolean! | If true, allows modifying allowed file types | 
| monthlyEmailCapacity - Float | Number of monthly emails allowed, if null, unlimited | 
| monthlyVisitorCapacity - Float | Number of monthly visitors allowed, if null, unlimited | 
| oauth2SSOAccess - Boolean! | If true, OAuth2 SSO access is allowed | 
| postTypesCapacity - Float | Number of post types allowed, if null, unlimited | 
| samlSSOAccess - Boolean! | If true, SAML SSO access is allowed | 
| seatsCapacity - Float | Number of seats allowed, if null, unlimited | 
| sitemap - Boolean! | If true, sitemap access is allowed | 
| spacesCapacity - Float | Number of spaces allowed, if null, unlimited | 
| storageCapacity - Float | Allowed storage size, if null, unlimited | 
| translationLocaleCapacity - Float | Number of translation locales allowed, if null, unlimited | 
type NetworkUsageLimits {
  aiSearchAccess: Boolean!
  analyticsAccess: Boolean!
  analyticsDaysLimit: Float
  apiAccess: Boolean!
  apiRequestCapacity: [ApiRequestLimit!]!
  appIds: [String!]!
  askAiAccess: Boolean!
  auditLogAccess: Boolean!
  customDomain: Boolean!
  customUploadDestination: Boolean
  disableBettermodeBranding: Boolean!
  emailCustomization: Boolean!
  emailDigestAccess: Boolean!
  jwtSSOAccess: Boolean!
  maximumAttachmentSizeLimit: Float
  membersCapacity: Float
  modifyAllowedFileTypes: Boolean!
  monthlyEmailCapacity: Float
  monthlyVisitorCapacity: Float
  oauth2SSOAccess: Boolean!
  postTypesCapacity: Float
  samlSSOAccess: Boolean!
  seatsCapacity: Float
  sitemap: Boolean!
  spacesCapacity: Float
  storageCapacity: Float
  translationLocaleCapacity: Float
}