password-policies
Operations addressed under /password-policies — 2 operations.
service-banking-bff-service-redirect-get-password-policy-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the service-banking-bff-service-redirect-get-password-policy-list service definition through GET /api/password-policies.
Request and response fields are declared on the routing target get-password-policy-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<PasswordPolicyDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
UserType | int | no |
MinDigitRequired | int? | yes |
MinLength | int? | yes |
MinSpecialLetter | int? | yes |
MinUppercaseLetter | int? | yes |
MinLowercaseLetter | int? | yes |
MaxLength | int? | yes |
RestrictSequentialNumber | bool | no |
SequentialNumberCharacterCount | int? | yes |
RestrictRepeating | bool | no |
MaxRepeatingCount | int? | yes |
CheckPasswordHistory | bool | no |
PasswordHistoryCount | int? | yes |
RestrictBirthDate | bool | no |
RestrictCustomerNumber | bool | no |
RestrictCitizenId | bool | no |
RestrictSameNumber | bool | no |
MaxSameNumberCount | int? | yes |
RestrictSequentialArray | bool | no |
SequentialArrayCharacterCount | int? | yes |
RestrictMobileKeyboardNumber | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeservice-banking-bff-service-redirect-get-password-policy-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
service-banking-bff-service-redirect-get-password-policy-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the service-banking-bff-service-redirect-get-password-policy-by-id service definition through GET /api/password-policies/{id}.
Request and response fields are declared on the routing target get-password-policy-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as PasswordPolicyDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
UserType | int | no |
MinDigitRequired | int? | yes |
MinLength | int? | yes |
MinSpecialLetter | int? | yes |
MinUppercaseLetter | int? | yes |
MinLowercaseLetter | int? | yes |
MaxLength | int? | yes |
RestrictSequentialNumber | bool | no |
SequentialNumberCharacterCount | int? | yes |
RestrictRepeating | bool | no |
MaxRepeatingCount | int? | yes |
CheckPasswordHistory | bool | no |
PasswordHistoryCount | int? | yes |
RestrictBirthDate | bool | no |
RestrictCustomerNumber | bool | no |
RestrictCitizenId | bool | no |
RestrictSameNumber | bool | no |
MaxSameNumberCount | int? | yes |
RestrictSequentialArray | bool | no |
SequentialArrayCharacterCount | int? | yes |
RestrictMobileKeyboardNumber | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CORE_164 | 400 | PASSWORD_POLICY_ID_IS_NOT_FOUND | Password Policy cannot be found. |
path Parameters
idservice-banking-bff-service-redirect-get-password-policy-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.