C# Class Org.IdentityConnectors.Framework.Common.Objects.OperationalAttributeInfos

ConnectorAttributeInfo for each operational attribute.
Exibir arquivo Open project: Tirasa/ConnId

Public Properties

Property Type Description
CURRENT_PASSWORD ConnectorAttributeInfo
DISABLE_DATE ConnectorAttributeInfo
ENABLE ConnectorAttributeInfo
ENABLE_DATE ConnectorAttributeInfo
LOCK_OUT ConnectorAttributeInfo
PASSWORD ConnectorAttributeInfo
PASSWORD_EXPIRATION_DATE ConnectorAttributeInfo
PASSWORD_EXPIRED ConnectorAttributeInfo

Property Details

CURRENT_PASSWORD public_oe static_oe property

Used in conjunction with password to do an account level password change.
This is for a non-administrator change of the password and therefore requires the current password.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects CURRENT_PASSWORD
return ConnectorAttributeInfo

DISABLE_DATE public_oe static_oe property

Gets/sets the disable date for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects DISABLE_DATE
return ConnectorAttributeInfo

ENABLE public_oe static_oe property

Gets/sets the enable status of an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects ENABLE
return ConnectorAttributeInfo

ENABLE_DATE public_oe static_oe property

Gets/sets the enable date for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects ENABLE_DATE
return ConnectorAttributeInfo

LOCK_OUT public_oe static_oe property

Gets/sets the lock out attribute for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects LOCK_OUT
return ConnectorAttributeInfo

PASSWORD public_oe static_oe property

Normally this is a write-only attribute.
Sets the password for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD
return ConnectorAttributeInfo

PASSWORD_EXPIRATION_DATE public_oe static_oe property

Gets/sets the password expiration date for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD_EXPIRATION_DATE
return ConnectorAttributeInfo

PASSWORD_EXPIRED public_oe static_oe property

Used to determine if a password is expired or to expire a password.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD_EXPIRED
return ConnectorAttributeInfo