C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmSynchronizationRule.AttributeNames

Names of SynchronizationRule specific attributes
显示文件 Open project: Predica/FimClient

Public Properties

Property Type Description
ConnectedObjectType Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ConnectedSystem Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ConnectedSystemScope Microsoft.ResourceManagement.ObjectModel.RmAttributeName
CreateConnectedSystemObject Microsoft.ResourceManagement.ObjectModel.RmAttributeName
CreateILMObject Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Dependency Microsoft.ResourceManagement.ObjectModel.RmAttributeName
DisconnectConnectedSystemObject Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ExistenceTest Microsoft.ResourceManagement.ObjectModel.RmAttributeName
FlowType Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ILMObjectType Microsoft.ResourceManagement.ObjectModel.RmAttributeName
InitialFlow Microsoft.ResourceManagement.ObjectModel.RmAttributeName
PersistentFlow Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Precedence Microsoft.ResourceManagement.ObjectModel.RmAttributeName
RelationshipCriteria Microsoft.ResourceManagement.ObjectModel.RmAttributeName
SynchronizationRuleParameters Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

ConnectedObjectType public_oe static_oe property

External System Resource Type The resource type in the external system that this Synchronization Rule applies to.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ConnectedObjectType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ConnectedSystem public_oe static_oe property

External System The Management Agent identifying the external system this Synchronization Rule will operate on.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ConnectedSystem
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ConnectedSystemScope public_oe static_oe property

External System Scoping Filter A filter representing the resources on the external system that the rule applies to.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ConnectedSystemScope
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

CreateConnectedSystemObject public_oe static_oe property

Create External System Resource Indicates if an external system resource is created if the relationship criteria is not met.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel CreateConnectedSystemObject
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

CreateILMObject public_oe static_oe property

Create FIM Resource Indicates if a resource should be created in FIM if the relationship criteria is not met.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel CreateILMObject
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Dependency public_oe static_oe property

Dependency A Synchronization Rule that must be applied to a resource before this Synchronization Rule can be applied.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Dependency
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

DisconnectConnectedSystemObject public_oe static_oe property

Disconnect External System Resource This option applies when this Synchronization Rule is removed from a resource in FIM.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel DisconnectConnectedSystemObject
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ExistenceTest public_oe static_oe property

Existence Test Outbound attribute flows within a transformation marked as an existence tests for the Synchronization Rule.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ExistenceTest
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

FlowType public_oe static_oe property

Data Flow Direction A Synchronization Rule can be defined as inbound (0), outbound (1) or bi-directional (2).
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel FlowType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ILMObjectType public_oe static_oe property

FIM Resource Type The resource type in the FIM Metaverse that this Synchronization Rule applies to.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ILMObjectType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

InitialFlow public_oe static_oe property

Initial Flow A series of outbound flows between FIM and external systems. These flows are only executed upon creation of a new resource.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel InitialFlow
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

PersistentFlow public_oe static_oe property

Persistent Flow A series of attribute flow definitions.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel PersistentFlow
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Precedence public_oe static_oe property

Precedence A number indicating the Synchronization Rule's precedence relative to all other Synchronization Rules that apply to the same external system. A smaller number represents a higher precedence.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Precedence
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

RelationshipCriteria public_oe static_oe property

Relationship Criteria Defines how a relationship between a resource in FIM and a resource in an external system is detected.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel RelationshipCriteria
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

SynchronizationRuleParameters public_oe static_oe property

Synchronization Rule Parameters These are parameters which require values to be provided from the workflow that adds the Synchronization Rule to a resource.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel SynchronizationRuleParameters
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName