Currently the svc_account_get_all() only fetches the config state of the service accounts and there's a use case to fetch the status instead which contains the created_by field as well. That way we can do a GetAll and figure out which svc account was created by whom so if a user is deleted we could also delete the service accounts that the user created.
Currently the svc_account_get_all() only fetches the config state of the service accounts and there's a use case to fetch the status instead which contains the
created_by
field as well. That way we can do a GetAll and figure out which svc account was created by whom so if a user is deleted we could also delete the service accounts that the user created.