Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)
Usage
Visual Basic |
---|
Dim instance As GroupValidationActivity |
Syntax
Visual Basic |
---|
Public NotInheritable Class GroupValidationActivity Inherits Activity |
C# |
---|
public sealed class GroupValidationActivity : Activity |
C++ |
---|
public ref class GroupValidationActivity sealed : public Activity |
J# |
---|
public final class GroupValidationActivity extends Activity |
JScript |
---|
public final class GroupValidationActivity extends Activity |
Remarks
If the any of the conditions that are enforced by the validation activity are violated as part of a request, it will result in the termination of the containing authorization workflow. The activity enforces conditions defined within FIM and prevents illegal active directory operations from being carried out as part of a request. When this behavior is enabled then any operations that would result in a known error in Active Directory will result in the workflow being terminated.
This activity operates in the execution context of the Forefront Identity Manager Service Account. The execution context of out-of-box FIM activities cannot be modified.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.ResourceManagement.Workflow.Activities.GroupValidationActivity
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
Microsoft.ResourceManagement.Workflow.Activities.GroupValidationActivity
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.