.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Operational attributes have special meaning and cannot be represented by pure operations.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static class OperationalAttributes

Remarks

For instance some administrators would like to create an account in the disabled state. The do not want this to be a two operation process since this can leave the door open to abuse. Therefore special attributes that can perform operations were introduced. The [!:OperationalAttributes.DISABLED] attribute could be added to the set of attribute sent to a Connector for the CreateOp operation. To tell the Connector to create the account with it in the disabled state whether the target resource itself has an attribute or an additional method must be called.

Inheritance Hierarchy

System..::..Object
  Org.IdentityConnectors.Framework.Common.Objects..::..OperationalAttributes

See Also