ccs-digitalmarketplace-frameworks 4.11.37 → 4.11.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/questions/services/auditBuyersActions.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/auditBuyersActionsStorage.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/auditSuppliersActions.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/auditSuppliersActionsStorage.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/cloudDeploymentModel.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/devicesUsersManageTheServiceThrough.yml +33 -0
- package/frameworks/g-cloud-15/questions/services/managementAccessAuthenticationDescription.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/serviceAddOnDetails.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISO28000.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISO28000Exclusions.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISO28000When.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISO28000Who.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISOIEC27001.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISOIEC27001Exclusions.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISOIEC27001When.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsISOIEC27001Who.yml +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
name: Devices users manage the service through
|
|
2
|
+
question: Which devices can be used to manage the service?
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the <a href="https://www.ncsc.gov.uk/guidance/systems-administration-architectures" target="_blank" rel="noopener noreferrer">systems administration models (link opens in a new tab)</a>
|
|
5
|
+
that can be used to design the administration approach for IT systems.
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- "on": lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
type: checkboxes
|
|
14
|
+
options:
|
|
15
|
+
- label: Dedicated device on a segregated network (providers own provision)
|
|
16
|
+
value: dedicated_device_on_segregated_network
|
|
17
|
+
- label: Dedicated device on a government network (for example PSN)
|
|
18
|
+
value: dedicated_device_on_government_network
|
|
19
|
+
- label: Dedicated device over multiple services or networks
|
|
20
|
+
value: dedicated_device_over_multiple_networks
|
|
21
|
+
- label: >
|
|
22
|
+
Any device but through a bastion host (a bastion host is a server that provides access to a private network from
|
|
23
|
+
an external network such as the internet)
|
|
24
|
+
value: any_device_using_bastion_host
|
|
25
|
+
|
|
26
|
+
- label: >
|
|
27
|
+
Directly from any device which may also be used for normal business (for example web browsing or viewing external
|
|
28
|
+
email)
|
|
29
|
+
value: any_device
|
|
30
|
+
|
|
31
|
+
validations:
|
|
32
|
+
- name: answer_required
|
|
33
|
+
message: Select a device type.
|