MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getRequiredOrganizationId

Method getRequiredOrganizationId

src/services/mdm/MdmService.ts:55–57  ·  view source on GitHub ↗

* Get the required organization ID from MDM policy

()

Source from the content-addressed store, hash-verified

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

Callers 2

isCompliantMethod · 0.95
MdmService.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected