For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the Policy.ReadWrite.OnPremAuthenticationPolicy permission.
If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant
Date and time when this object was deleted. Always null when the object isn't deleted. Inherited from directoryObject. Optional.
definition
String collection
A string collection containing a JSON string that defines the rules and settings for this policy. See below for more details about the JSON schema for this property. Required. Inherited from stsPolicy.
description
String
Description for this policy. Required. Inherited from policyBase.
displayName
String
Display name for this policy. Required. Inherited from policyBase.
id
String
Unique identifier for this policy. Read-only. Inherited from entity.
isOrganizationDefault
Boolean
If set to true, this instance of the policy will be considered the default for the organization. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false. Inherited from stsPolicy.
Description for this policy. Inherited from policyBase.
displayName
String
Display name for this policy. Inherited from policyBase.
definition
String collection
A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required.
id
String
Unique identifier for this policy. Read-only. Inherited from policyBase.
isOrganizationDefault
Boolean
If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.