C# Class 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.
Exibir arquivo Open project: Tirasa/ConnId

Public Properties

Property Type Description
DESCRIPTION String
GROUPS_NAME string
LAST_LOGIN_DATE_NAME string
LAST_PASSWORD_CHANGE_DATE_NAME string
PASSWORD_CHANGE_INTERVAL_NAME string
SHORT_NAME String

Property Details

DESCRIPTION public_oe static_oe property

Attribute that should hold the value of the object's description, if one is available.
public static String DESCRIPTION
return String

GROUPS_NAME public_oe static_oe property

Groups an account object belongs to.
public static string GROUPS_NAME
return string

LAST_LOGIN_DATE_NAME public_oe static_oe property

Last login date for an account.
This is usually used to determine inactivity.
public static string LAST_LOGIN_DATE_NAME
return string

LAST_PASSWORD_CHANGE_DATE_NAME public_oe static_oe property

Read-only attribute that shows the last date/time the password was changed.
public static string LAST_PASSWORD_CHANGE_DATE_NAME
return string

PASSWORD_CHANGE_INTERVAL_NAME public_oe static_oe property

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
return string

SHORT_NAME public_oe static_oe property

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
return String