OBJECT

ConfigurationProfileType

Describes a configuration profile name by its association with a specific collection GUID

  • type ConfigurationProfileType {
  • # The name of the configuration profile
  • profileName: String!
  • # The GUID of the configuration profile collection
  • collectionId: UUID!
  • }