Closed noredistribution closed 1 year ago
Fixes #234
Change svc_account_get_one and svc_account_get_all to use the status endpoints instead of the config endpoints
svc_account_get_one
svc_account_get_all
AccountService/GetOne and AccountService/GetAll instead of AccountConfigeService/GetOne and AccountConfigService/GetAll
AccountService/GetOne
AccountService/GetAll
AccountConfigeService/GetOne
AccountConfigService/GetAll
this will gain us two extra key values:
created_by
last_access
this change should be transparent for users who've used these functions before as the return data has the same format + those 2 k,v pairs
Fixes #234
Change
svc_account_get_one
andsvc_account_get_all
to use the status endpoints instead of the config endpointsAccountService/GetOne
andAccountService/GetAll
instead ofAccountConfigeService/GetOne
andAccountConfigService/GetAll
this will gain us two extra key values:
created_by
: the user that created the service accountlast_access
: the last time the service account accessed the systemthis change should be transparent for users who've used these functions before as the return data has the same format + those 2 k,v pairs