* Get the required organization ID from MDM policy
()
| 53 | * Get the required organization ID from MDM policy |
| 54 | */ |
| 55 | public getRequiredOrganizationId(): string | undefined { |
| 56 | return this.mdmConfig?.organizationId |
| 57 | } |
| 58 | |
| 59 | /** |
| 60 | * Check if the current state is compliant with MDM policy |
no outgoing calls
no test coverage detected