C# Класс Org.IdentityConnectors.Framework.Common.Objects.OperationalAttributeInfos

ConnectorAttributeInfo for each operational attribute.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CURRENT_PASSWORD ConnectorAttributeInfo
DISABLE_DATE ConnectorAttributeInfo
ENABLE ConnectorAttributeInfo
ENABLE_DATE ConnectorAttributeInfo
LOCK_OUT ConnectorAttributeInfo
PASSWORD ConnectorAttributeInfo
PASSWORD_EXPIRATION_DATE ConnectorAttributeInfo
PASSWORD_EXPIRED ConnectorAttributeInfo

Описание свойств

CURRENT_PASSWORD публичное статическое свойство

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
Результат ConnectorAttributeInfo

DISABLE_DATE публичное статическое свойство

Gets/sets the disable date for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects DISABLE_DATE
Результат ConnectorAttributeInfo

ENABLE публичное статическое свойство

Gets/sets the enable status of an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects ENABLE
Результат ConnectorAttributeInfo

ENABLE_DATE публичное статическое свойство

Gets/sets the enable date for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects ENABLE_DATE
Результат ConnectorAttributeInfo

LOCK_OUT публичное статическое свойство

Gets/sets the lock out attribute for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects LOCK_OUT
Результат ConnectorAttributeInfo

PASSWORD публичное статическое свойство

Normally this is a write-only attribute.
Sets the password for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD
Результат ConnectorAttributeInfo

PASSWORD_EXPIRATION_DATE публичное статическое свойство

Gets/sets the password expiration date for an object.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD_EXPIRATION_DATE
Результат ConnectorAttributeInfo

PASSWORD_EXPIRED публичное статическое свойство

Used to determine if a password is expired or to expire a password.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD_EXPIRED
Результат ConnectorAttributeInfo