Skip to main content

CompanyPlan

No description

type CompanyPlan {
assetLimit: Int
id: ID!
integrationLimit: Int
name: String
policies: [String!]!
userLimit: Int
}

Fields

CompanyPlan.assetLimit ● Int scalar

Maximum number of Assets allowed for the Company

CompanyPlan.id ● ID! non-null scalar

CompanyPlan.integrationLimit ● Int scalar

Maximum number of Integrations the Company can use

CompanyPlan.name ● String scalar

Name of the plan contracted by the Company

CompanyPlan.policies ● [String!]! non-null scalar

List of active permissions for plan

CompanyPlan.userLimit ● Int scalar

Maximum number of Users allowed for the Company

Member Of

Company object