zebraFotaConnector resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The Zebra FOTA connector entity that represents the tenant's authorization status for Intune to call Zebra Update Services.

Methods

Method Return Type Description
Get zebraFotaConnector zebraFotaConnector Read properties and relationships of the zebraFotaConnector object.
Update zebraFotaConnector zebraFotaConnector Update the properties of a zebraFotaConnector object.
hasActiveDeployments action Boolean
approveFotaApps action Boolean
connect action Boolean
disconnect action Boolean

Properties

Property Type Description
id String Id of ZebraFotaConnector.
state ** Unknown Type microsoft.intune.core.msGraph.zebraFotaConnectorState ** The Zebra connector state.
enrollmentToken String Tenant enrollment token from Zebra. The token is used to enroll Zebra devices in the FOTA Service via app config.
enrollmentAuthorizationUrl String Complete account enrollment authorization URL. This corresponds to verification_uri_complete in the Zebra API documentations.
lastSyncDateTime DateTimeOffset Date and time when the account was last synched with Zebra
fotaAppsApproved Boolean Flag indicating if required Firmware Over-the-Air (FOTA) Apps have been approved.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.zebraFotaConnector",
  "id": "String (identifier)",
  "state": "<Unknown None>",
  "enrollmentToken": "String",
  "enrollmentAuthorizationUrl": "String",
  "lastSyncDateTime": "String (timestamp)",
  "fotaAppsApproved": true
}