operationApprovalPolicySet-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Enthält das Paar "OperationApprovalPolicyType" und "OperationApprovalPolicyPlatform", das den Satz der anwendbaren OperationApprovalPolicies für einen Benutzer bestimmt.

Eigenschaften

Eigenschaft Typ Beschreibung
policyType operationApprovalPolicyType Der Richtlinientyp für diese OperationApprovalPolicy. Diese Eigenschaft ist schreibgeschützt. Mögliche Werte sind: deviceActions , , , , , , , , , deviceWipe , , deviceRetire , , , deviceRetireNonCompliant , , , , deviceDelete , , deviceLock deviceErase deviceDisableActivationLock windowsEnrollment , compliancePolicies configurationPolicies appProtectionPolicies policySets filters endpointSecurity apps scripts roles deviceResetPasscode unknownFutureValue .
policyPlatform operationApprovalPolicyPlatform Die anwendbaren Plattformen für diese OperationApprovalPolicy. Diese Eigenschaft ist schreibgeschützt. Mögliche Werte: notApplicable, androidDeviceAdministrator, androidEnterprise, iOSiPadOS, macOS, windows10AndLater, windows81AndLater, windows10X.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.operationApprovalPolicySet",
  "policyType": "String",
  "policyPlatform": "String"
}