GraphPolicy
Represents Entra ID policies collected from Microsoft Graph. These policies define organizational settings and rules that govern user behavior and access within the Entra ID tenant.
Labels: :GraphPolicy
Properties:
id- Policy ID (primary key, uses unique tenant_policy format)displayName- Policy display nametype- Policy type (e.g., "authorizationpolicy")allowEmailVerifiedUsersToJoinOrganization- Whether email-verified users can join the organizationallowInvitesFrom- Who can send invitations (anyone, adminsAndGuestInviters, etc.)allowUserConsentForRiskyApps- Whether users can consent to risky applicationsallowedToSignUpEmailBasedSubscriptions- Whether users can sign up for email-based subscriptionsallowedToUseSSPR- Whether users can use self-service password resetblockMsolPowerShell- Whether MSOnline PowerShell is blockedallowedToCreateApps- Whether users can create applicationsallowedToCreateSecurityGroups- Whether users can create security groupsallowedToCreateTenants- Whether users can create tenantsallowedToReadBitlockerKeysForOwnedDevice- Whether users can read BitLocker keys for owned devicesallowedToReadOtherUsers- Whether users can read other users' information
Notes:
- Policy IDs are constructed as {tenantId}_{policyType} to ensure uniqueness
- Currently focuses on Authorization Policy type but can be extended for other policy types
- Policies are automatically linked to their parent organization via HAS_POLICY relationships