Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.21 KB

EditTppCredentialParams.md

File metadata and controls

16 lines (13 loc) · 1.21 KB

# EditTppCredentialParams

Properties

Name Type Description Notes
tpp_authentication_group_id int The TPP Authentication Group Id for which the credentials can be used [optional]
label string Label for credentials [optional]
tpp_client_id string ID of the TPP accessing the ASPSP API, as provided by the ASPSP as the result of registration [optional]
tpp_client_secret string Secret of the TPP accessing the ASPSP API, as provided by the ASPSP as the result of registration [optional]
tpp_api_key string API Key provided by ASPSP as the result of registration [optional]
tpp_name string TPP name [optional]
valid_from_date string Credentials "valid from" date in the format 'YYYY-MM-DD'. Default is today's date [optional]
valid_until_date string Credentials "valid until" date in the format 'YYYY-MM-DD'. Default is null which means "indefinite" (no limit) [optional]

[Back to Model list] [Back to API list] [Back to README]