Orchestrator Type: ActiveDirectory

by Simon Sparks · 1 October 2025

Over the course of the next 12 months I will be adding functions to this page so bookmark it and come back regularly for new cool features and updates.

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: Types_ActiveDirectory.d.ts

typeActiveDirectoryGroupType={
    Distribution:ActiveDirectoryGroupTypeDistribution,
    Security:ActiveDirectoryGroupTypeSecurity
}

typeActiveDirectoryGroupTypeDistribution={
    Global:number,
    Universal:number,
    Domain_Local:number
}

typeActiveDirectoryGroupTypeSecurity={
    Global:number,
    Universal:number,
    Domain_Local:number
}

Filename: Constants.ts

Constant: ACTIVE_DIRECTORY_GROUP_TYPE

publicstaticreadonly ACTIVE_DIRECTORY_GROUP_TYPE:ActiveDirectoryGroupType={
Distribution:{
Global:2,
Universal:8,
Domain_Local:4
},
Security:{
Global:-2147483646,
Universal:-2147483640,
Domain_Local:-2147483644
}
};

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.