GroupValidationActivity Class

Validates a group against a set of conditions. This API is currently not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As GroupValidationActivity

Syntax

'Declaration
Public NotInheritable Class GroupValidationActivity
    Inherits Activity
public sealed class GroupValidationActivity : Activity
public ref class GroupValidationActivity sealed : public Activity
public final class GroupValidationActivity extends Activity
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

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

GroupValidationActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace