SftSoftwareProject
No description
type SftSoftwareProject {
createdAt: DateTime!
createdBy: DesWorkspaceUser!
createdById: ID! @deprecated
customProperties: [SftSoftwareProjectCustomProperty!]!
description: String
deviceConfiguration: SftDevCfgDeviceConfiguration
firmwareUrl: String
folderId: String!
id: ID!
isScaffolding: Boolean!
modifiedAt: DateTime
modifiedBy: DesWorkspaceUser
modifiedById: ID @deprecated
name: String!
owner: DesWorkspaceUser
parentSolutions: [SolSolution!]!
permissions: [DesPermission!]
previewUrl: String!
repositoryType: SftSoftwareRepositoryType
repositoryUrl: String!
}
Fields
SftSoftwareProject.createdAt ● DateTime! non-null scalar
SftSoftwareProject.createdBy ● DesWorkspaceUser! non-null object
SftSoftwareProject.createdById ● ID! deprecated non-null scalar
DEPRECATED
Field plays a technical role for schema stitching purposes.
SftSoftwareProject.customProperties ● [SftSoftwareProjectCustomProperty!]! non-null object
SftSoftwareProject.description ● String scalar
SftSoftwareProject.deviceConfiguration ● SftDevCfgDeviceConfiguration object
SftSoftwareProject.firmwareUrl ● String scalar
SftSoftwareProject.folderId ● String! non-null scalar
SftSoftwareProject.id ● ID! non-null scalar
SftSoftwareProject.isScaffolding ● Boolean! non-null scalar
Gets current scaffolding status.
SftSoftwareProject.modifiedAt ● DateTime scalar
SftSoftwareProject.modifiedBy ● DesWorkspaceUser object
SftSoftwareProject.modifiedById ● ID deprecated scalar
DEPRECATED
Field plays a technical role for schema stitching purposes.
SftSoftwareProject.name ● String! non-null scalar
SftSoftwareProject.owner ● DesWorkspaceUser object
Software project's owner.
SftSoftwareProject.parentSolutions ● [SolSolution!]! non-null object
SftSoftwareProject.permissions ● [DesPermission!] list interface
Collection of the software project's permissions.