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

List of well known or pre-defined attributes.
Common attributes that most resources have that are not operational in nature.
Показать файл Открыть проект

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

Свойство Тип Описание
DESCRIPTION String
GROUPS_NAME string
LAST_LOGIN_DATE_NAME string
LAST_PASSWORD_CHANGE_DATE_NAME string
PASSWORD_CHANGE_INTERVAL_NAME string
SHORT_NAME String

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

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

Attribute that should hold the value of the object's description, if one is available.
public static String DESCRIPTION
Результат String

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

Groups an account object belongs to.
public static string GROUPS_NAME
Результат string

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

Last login date for an account.
This is usually used to determine inactivity.
public static string LAST_LOGIN_DATE_NAME
Результат string

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

Read-only attribute that shows the last date/time the password was changed.
public static string LAST_PASSWORD_CHANGE_DATE_NAME
Результат string

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

Common password policy attribute where the password must be changed every so often.
The value for this attribute is milliseconds since its the lowest common denominator.
public static string PASSWORD_CHANGE_INTERVAL_NAME
Результат string

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

Attribute that should hold a reasonable value to display for the value of an object.
If this is not present, then the application will have to use the NAME to show the value.
public static String SHORT_NAME
Результат String