UseOnPremises
A Boolean value that specifies whether to store users and groups in OmniGroupServer by their OnPremisesSamAccountName
(or OnPremisesSecurityIdentifier
when you also set UseIDs to TRUE
).
The following tables show the properties that are used by OmniGroupServer.
Users | UseIDs=FALSE | UseIDs=TRUE |
UseOnPremises=FALSE | UserPrincipalName
|
Id
|
UseOnPremises=TRUE | OnPremisesSamAccountName
|
OnPremisesSecurityIdentifier
|
Groups | UseIDs=FALSE | UseIDs=TRUE |
UseOnPremises=FALSE | DisplayName
|
Id
|
UseOnPremises=TRUE | OnPremisesSamAccountName
|
OnPremisesSecurityIdentifier
|
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Azure Active Directory repositories |
Example: | UseOnPremises=TRUE
|
See Also: | UseIDs |