📚 SAP Business One SDK Help

PasswordAdministration Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file. The XML file can be created using the object's `ToXMLFile` method.
Public Method FromXMLStringSets the object's properties using data from an XML string. The XML string can be created using the object's `ToXMLString` method.
Public Method GetXMLSchemaReturns the XML schema for the XML generated by the `ToXMLFile` and `ToXMLString` methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AbsEntryThe internal key of the password administration record. Field name: `AbsEntry`. This is the key field.
Field Name: AbsEntry
Data Type: Edm.Int32
Writable: No
Public Property AuthenticationsBeforeLockedThe number of failed authentication attempts before the account is locked. Field name: `NumAuthLoc`.
Field Name: NumAuthLoc
Data Type: Edm.Int32
Writable: No
Public Property MinimumDigitsThe minimum number of digit characters required. Field name: `MinDigits`.
Field Name: MinDigits
Data Type: Edm.Int32
Writable: No
Public Property MinimumLowercaseCharactersThe minimum number of lowercase characters required. Field name: `MinLowCase`.
Field Name: MinLowCase
Data Type: Edm.Int32
Writable: No
Public Property MinimumNonAlphanumericCharactersThe minimum number of non-alphanumeric characters required. Field name: `MinNonAlph`.
Field Name: MinNonAlph
Data Type: Edm.Int32
Writable: No
Public Property MinimumUppercaseCharactersThe minimum number of uppercase characters required. Field name: `MinUppers`.
Field Name: MinUppers
Data Type: Edm.Int32
Writable: No
Public Property NumberOfPreviousPasswordsThe number of previous passwords that cannot be reused. Field name: `NumPrevPwd`.
Field Name: NumPrevPwd
Data Type: Edm.Int32
Writable: No
Public Property PasswordExampleAn example password that satisfies the current policy. Field name: `PwdExample`.
Field Name: PwdExample
Data Type: Edm.String
Writable: No
Public Property PasswordExpirationThe number of days until the password expires. Field name: `PwdExp`.
Field Name: PwdExp
Data Type: Edm.Int32
Writable: No
Public Property PasswordMinimumLengthThe minimum number of characters required in a password. Field name: `PwdMinLen`.
Field Name: PwdMinLen
Data Type: Edm.Int32
Writable: No
Public Property SecurityLevelThe password security level. Field name: `SecLevel`.
Field Name: SecLevel
Data Type: PasswordAdministrationSecurityLevelEnum
Writable: No
Enum Type: PasswordAdministrationSecurityLevelEnum

See Also