VBRADContainer
Contains a scope of Active Directory objects.
Properties
|
Property |
Type |
Description |
|---|---|---|
|
Domain |
The Active Directory domain connection object. |
|
|
Entity |
The array of Active Directory objects added to the protection scope. |
|
|
ExcludeVMs |
bool |
Indicates if all VMs are excluded from the protection scope. |
|
ExcludeOfflineComputers |
bool |
Indicates if computers that have been offline for over 30 days are excluded from the protection scope. |
|
ExcludeComputers |
bool |
Indicates if specific Active Directory objects are excluded from the protection scope. |
|
ExcludeEntity |
The array of Active Directory objects that are excluded from the protection scope. |
|
|
MasterCredentials |
CCredentials |
Master account credentials for authenticating with all Active Directory objects in a protection scope. |
|
UseCustomCredentials |
bool |
Indicates if custom credentials are used for authenticating with some Active Directory objects. |
|
CustomCredentials |
VBRADEntityCredentials[] |
Credentials for authenticating with associated Active Directory objects. |
Related Commands