-
Notifications
You must be signed in to change notification settings - Fork 4
Add AcmaShadowObjectLink
Ryan Newington edited this page May 26, 2022
·
4 revisions
Creates a new shadow link in the ACMA database schema
Add-AcmaShadowObjectLink -Name <string> -ShadowObjectClass <string> -ReferenceAttribute <string> -ProvisioningAttribute <string>
The unique name of the shadow link
The name of the shadow object class to create the link for
The name of the reference attribute on the shadow parent that contains the reference to the shadow object
The name of the Boolean attribute on the shadow parent that controls the creation and deletion of the shadow object
Add-AcmaShadowObjectLink -Name "adminAccountLink" -ShadowObjectClass "shadowAdminAccount" -ReferenceAttribute "adminAccount" -ProvisioningAttribute "hasAdminAccount"