PsrPolicy Class |
Namespace: PsrApi.Data
public class PsrPolicy
The PsrPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | __type |
Internally used, never change this value.
|
![]() | Description |
Description
|
![]() | Id |
ID
|
![]() | LowerCase |
Lowercase letters are necessary
|
![]() | MinimumPasswordQuality |
Minimum password quality
|
![]() | Name |
Name
|
![]() | NotAllowedChars |
Not allowed characters
|
![]() | NotAllowedPasswordCount |
Number of last passwords that are not allowed
|
![]() | NotAllowedPasswords |
Not allowed passwords
|
![]() | NotAllowedPasswordUsername |
Username as password is not allowed
|
![]() | Numbers |
Numbers are necessary
|
![]() | PasswordLenght |
Required password length
|
![]() | RequiredCategories |
Number of required categories
|
![]() | SimilarChars |
Similar characters allowed
|
![]() | Space |
Space
|
![]() | SpecialCharList |
Special characters that can be used
|
![]() | SpecialChars |
Special characters are necessary
|
![]() | SyncOperation |
Synchronisation State. Used to determine which operation to perform when synchronizing the data.
|
![]() | TimeStampUtc |
Timestamp of the last change
|
![]() | TransactionId |
The Id of the transaction. Used to identify the object in results, even if its id has changed.
Must be generated for sync operations.
|
![]() | UpperCase |
Uppercase letters are necessary
|
Name | Description | |
---|---|---|
![]() | DataName |
Data name
|
![]() | DataType |
Data type
|
![]() | DataTypeName |
Data type as string
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExtendedDataName |
Extended data name
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |