Company
No description
type Company {
active: Boolean
activeDevelopers(
lastDays: Int!
pagination: BasePaginationInput!
): ActiveDeveloperTypeCollection!
address: String
bountyCritical: Int
bountyHigh: Int
bountyLow: Int
bountyMedium: Int
brandContentType: String
brandFilename: String
brandId: String
brandSize: String
brandUrl: String
cnpj: String
companyPlan: CompanyPlan!
configured: Boolean
contactEmail: String
contactName: String
contractedTime: Int
createdAt: ISO8601DateTime!
customFeatures: [String!]
description: String
developersCount: DevelopersCountEnum
estimatedLinesConsumed: Int
expirationAt: ISO8601DateTime
headquarterId: [Int!]
id: ID!
integrations: [String!]!
label: String!
notifyOpenVulns: Boolean
notifyOpenVulnsCritical: Int
notifyOpenVulnsHigh: Int
notifyOpenVulnsLow: Int
notifyOpenVulnsMedium: Int
sendEmailNotification: Boolean
sid: String!
tags: [String!]
titleColor: String
updatedAt: ISO8601DateTime!
visibleDeploysReview: Boolean
}
Fields
Company.active ● Boolean scalar
Indicates if the company is active
Company.activeDevelopers ● ActiveDeveloperTypeCollection! non-null object
A list of active developers for the company over the last 30 days
Company.activeDevelopers.lastDays ● Int! non-null scalar
Company.activeDevelopers.pagination ● BasePaginationInput! non-null input
Company.address ● String scalar
Company.bountyCritical ● Int scalar
Company.bountyHigh ● Int scalar
Company.bountyLow ● Int scalar
Company.bountyMedium ● Int scalar
Company.brandContentType ● String scalar
Company.brandFilename ● String scalar
Company.brandId ● String scalar
Company.brandSize ● String scalar
Company.brandUrl ● String scalar
Company.cnpj ● String scalar
Company.companyPlan ● CompanyPlan! non-null object
The company's plan details
Company.configured ● Boolean scalar
Indicates if the company has completed configuration
Company.contactEmail ● String scalar
Company.contactName ● String scalar
Company.contractedTime ● Int scalar
Company.createdAt ● ISO8601DateTime! non-null scalar
The date when the company was created
Company.customFeatures ● [String!] list scalar
A list of custom features enabled for the company
Company.description ● String scalar
The description of the company
Company.developersCount ● DevelopersCountEnum enum
The count of developers associated with the company
Company.estimatedLinesConsumed ● Int scalar
Company.expirationAt ● ISO8601DateTime scalar
Company.headquarterId ● [Int!] list scalar
Company.id ● ID! non-null scalar
Company.integrations ● [String!]! non-null scalar
A list of integrations enabled for the company
Company.label ● String! non-null scalar
The name of the company
Company.notifyOpenVulns ● Boolean scalar
Company.notifyOpenVulnsCritical ● Int scalar
Company.notifyOpenVulnsHigh ● Int scalar
Company.notifyOpenVulnsLow ● Int scalar
Company.notifyOpenVulnsMedium ● Int scalar
Company.sendEmailNotification ● Boolean scalar
Company.sid ● String! non-null scalar
Company.tags ● [String!] list scalar
Company.titleColor ● String scalar
Company.updatedAt ● ISO8601DateTime! non-null scalar
The date when the company was last updated
Company.visibleDeploysReview ● Boolean scalar
Returned By
company query
Member Of
ApiKey object ● Asset object ● AzureBoardsIntegration object ● BusinessmapIntegration object ● ClickupIntegration object ● CompanyCollection object ● ConfigureCompanyPayload object ● CreateCompanyPayload object ● DefectTrackerInterface interface ● DeleteCompanyPayload object ● Deploy object ● ImportedScan object ● Integration object ● Invite object ● JiraServerIntegration object ● JiraServerV2Integration object ● Notification object ● OAuthIntegration object ● OverallRiskScoreHistory object ● PendingDeploy object ● PolicyControls object ● PortalUserAccess object ● PortalUserAccessProfiles object ● Program object ● Project object ● Requirement object ● SamlIntegration object ● ScopeIntegration object ● Team object ● UpdateCompanyPayload object ● UserAccess object ● VulnerabilityTemplate object