feat(apiclient): Add method to flatten secret bundles into key-value objects.
This commit is contained in:
@@ -93,4 +93,10 @@ export class SecretBundle implements plugins.servezoneInterfaces.data.ISecretBun
|
||||
plugins.smartexpect.expect(response.ok).toBeTrue();
|
||||
return null;
|
||||
}
|
||||
|
||||
public async toFlatKeyValueObject() {
|
||||
return {
|
||||
// TODO: implement
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user