Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.26 KB

TppCredentialsParams.md

File metadata and controls

16 lines (13 loc) · 1.26 KB

# TppCredentialsParams

Properties

Name Type Description Notes
tpp_authentication_group_id int The TPP Authentication Group Id for which the credentials can be used
label string Label to credentials.
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 \DateTime <strong>Format:</strong> 'YYYY-MM-DD'<br/>Credentials &quot;valid from&quot; date. Default is today's date [optional]
valid_until_date \DateTime <strong>Format:</strong> 'YYYY-MM-DD'<br/>Credentials &quot;valid until&quot; date. Default is null which means &quot;indefinite&quot; (no limit) [optional]

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