OrganizationPlan
The Salesforce-backed plan details for an organization.
type OrganizationPlan {
addOns: [String]
codeReviewLevel: String
numberOfAllowedApplications: Int
numberOfAllowedNonProdEnvironments: Int
planEndDate: String
planIncludedRequests: Int
planName: String
planStartDate: String
ticketSLA: String
traffic: Int
trafficType: TrafficType
uptimeSLA: String
}
Fields
OrganizationPlan.addOns ● [String] list scalar common
The add-ons included with the plan.
OrganizationPlan.codeReviewLevel ● String scalar common
The code review service level for the plan.
OrganizationPlan.numberOfAllowedApplications ● Int scalar common
The number of applications allowed by the plan.
OrganizationPlan.numberOfAllowedNonProdEnvironments ● Int scalar common
The number of non-production environments allowed by the plan.
OrganizationPlan.planEndDate ● String scalar common
The plan end date.
OrganizationPlan.planIncludedRequests ● Int scalar common
The number of requests included in the plan.
OrganizationPlan.planName ● String scalar common
The plan name.
OrganizationPlan.planStartDate ● String scalar common
The plan start date.
OrganizationPlan.ticketSLA ● String scalar common
The support ticket SLA for the plan.
OrganizationPlan.traffic ● Int scalar common
The traffic allocation included in the plan.
OrganizationPlan.trafficType ● TrafficType enum common
The traffic unit used by the plan.
OrganizationPlan.uptimeSLA ● String scalar common
The uptime SLA for the plan.
Member Of
Organization object