enrollmentProfile-RessourcentypenrollmentProfile resource type
Wichtig: Microsoft Graph-APIs unter der/Beta-Version können Änderungen unterworfen werden; die Produktions Verwendung wird nicht unterstützt.Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Hinweis: Die Microsoft Graph-API für InTune erfordert eine aktive InTune-Lizenz für den Mandanten.Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Die enrollmentProfile-Ressource stellt eine Sammlung von Konfigurationen dar, die vor der Registrierung bereitgestellt werden müssen, damit bestimmte Geräte registriert werden können, deren Identitäten bereits vorab bereitgestellt wurden.The enrollmentProfile resource represents a collection of configurations which must be provided pre-enrollment to enable enrolling certain devices whose identities have been pre-staged. Diesem Profiltyp werden vorab bereitgestellte Geräte Identitäten zugewiesen, um die Konfigurationen des Profils bei der Registrierung des entsprechenden Geräts anzuwenden.Pre-staged device identities are assigned to this type of profile to apply the profile's configurations at enrollment of the corresponding device.
MethodenMethods
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
idid | ZeichenfolgeString | GUID des ObjektsThe GUID for the object |
displayNamedisplayName | StringString | Name des ProfilsName of the profile |
descriptiondescription | StringString | Beschreibung des ProfilsDescription of the profile |
requiresUserAuthenticationrequiresUserAuthentication | BooleschBoolean | Gibt an, ob für das Profil eine Benutzerauthentifizierung erforderlich istIndicates if the profile requires user authentication |
configurationEndpointUrlconfigurationEndpointUrl | StringString | Zu verwendende Konfigurations Endpunkt-URL für die RegistrierungConfiguration endpoint url to use for Enrollment |
enableAuthenticationViaCompanyPortalenableAuthenticationViaCompanyPortal | BooleschBoolean | Gibt an, dass anstelle des Unternehmensportals der Apple-Setup-Assistent authentifiziert werden soll.Indicates to authenticate with Apple Setup Assistant instead of Company Portal. |
requireCompanyPortalOnSetupAssistantEnrolledDevicesrequireCompanyPortalOnSetupAssistantEnrolledDevices | BooleschBoolean | Gibt an, dass das Unternehmens Portal für eingeschriebene Geräte des Setup-Assistenten erforderlich ist.Indicates that Company Portal is required on setup assistant enrolled devices |
BeziehungenRelationships
KeineNone
JSON-DarstellungJSON Representation
Es folgt eine JSON-Darstellung der Ressource.Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.enrollmentProfile",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"requiresUserAuthentication": true,
"configurationEndpointUrl": "String",
"enableAuthenticationViaCompanyPortal": true,
"requireCompanyPortalOnSetupAssistantEnrolledDevices": true
}